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