gerson
2025-03-25 982732e3aea8e429a9bbecc9e9927caa1d51a2fb
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};