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