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