wujingjing
2024-10-21 36cd40672b4717e2085d679fbb70cbdc23781754
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};