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