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