Removing unnecessary prop

This commit is contained in:
Cristhian Zanforlin Lousa 2023-06-09 16:43:10 -03:00
commit ef1b19a6d3

View file

@ -20,7 +20,6 @@ export type ToggleComponentType = {
enabled: boolean;
setEnabled: (state: boolean) => void;
disabled: boolean;
name?: string;
};
export type DropDownComponentType = {
value: string;