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