Update InputSwitch.d.ts

pull/5323/head
tugcekucukoglu 2024-02-22 11:45:40 +03:00
parent 6302f400d0
commit c6c10fc4fa
1 changed files with 0 additions and 11 deletions

View File

@ -25,10 +25,6 @@ export interface InputSwitchPassThroughMethodOptions {
* Defines valid properties.
*/
props: InputSwitchProps;
/**
* Defines current inline state.
*/
state: InputSwitchState;
/**
* Defines current options.
*/
@ -78,13 +74,6 @@ export interface InputSwitchPassThroughAttributes {
[key: string]: any;
}
/**
* Defines current inline state in InputSwitch component.
*/
export interface InputSwitchState {
[key: string]: any;
}
/**
* Defines valid properties in InputSwitch component.
*/