wujingjing
2024-11-08 a791a033d892fb08f5acdcba915b98a863866e99
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};