yangyin
2024-09-06 90f30721bb1347790acec9b556e296e66b317f54
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};