yangyin
2024-11-03 f04c923e5eafd2df88c3297f539ada7c6eef2232
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};