gerson
2025-01-21 c9b6d9a10160ca1d18237a0728bac87ec8ff16da
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};