wujingjing
2024-07-22 7166af32bfa8638c93fb5c655e1404746e1d503e
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};