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