Update InputSwitch.d.ts
parent
6302f400d0
commit
c6c10fc4fa
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue