wujingjing
2024-12-30 849603716bd60432e2c1dccb71d8ecf1e03ba866
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};