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