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