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