Removing unnecessary prop
This commit is contained in:
parent
244fe5c123
commit
ef1b19a6d3
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ export type ToggleComponentType = {
|
|||
enabled: boolean;
|
||||
setEnabled: (state: boolean) => void;
|
||||
disabled: boolean;
|
||||
name?: string;
|
||||
};
|
||||
export type DropDownComponentType = {
|
||||
value: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue