wujingjing
2024-12-25 5c5c54eff5c014846bc9b9e3ebc47177d1465bb8
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};