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