yangyin
2024-11-03 e8926403c7f190aee079ded3cc11213312087368
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};