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