wujingjing
2025-01-16 d83c862df0101148f0f300f5db252b78b552f78f
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};