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