8%
wujingjing
2024-07-17 2887b039ae67af588b988c257b314a3f4c70ae0f
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};