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