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