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