wujingjing
2025-01-08 6835044c63aa1cf44a0e32e39db6cf5cc6743820
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};