wujingjing
2024-10-21 50f811399f22b835fd2fc33375fe01ff8eb83dd8
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};