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