wujingjing
2025-04-10 b9d28bd6af15026741099c25a6e72fe947ad3772
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};