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