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