mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #3707 - Class and Style properties type definition defects
This commit is contained in:
parent
57175d7a2c
commit
d3a7a176e3
36 changed files with 99 additions and 99 deletions
4
components/inputswitch/InputSwitch.d.ts
vendored
4
components/inputswitch/InputSwitch.d.ts
vendored
|
@ -35,11 +35,11 @@ export interface InputSwitchProps {
|
|||
/**
|
||||
* Style class of the input field.
|
||||
*/
|
||||
inputClass?: any | undefined;
|
||||
inputClass?: string | object | undefined;
|
||||
/**
|
||||
* Inline style of the input field.
|
||||
*/
|
||||
inputStyle?: any | undefined;
|
||||
inputStyle?: object | undefined;
|
||||
/**
|
||||
* Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue