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