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