gerson
2024-06-30 2a2c1177eef03dc2387950c59596704a0390622e
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};