mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update InputSwitch.d.ts
This commit is contained in:
parent
6302f400d0
commit
c6c10fc4fa
1 changed files with 0 additions and 11 deletions
11
components/lib/inputswitch/InputSwitch.d.ts
vendored
11
components/lib/inputswitch/InputSwitch.d.ts
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue