mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
inputswitch passthrough hotfix
This commit is contained in:
parent
8a7b069276
commit
d6bd6f95a5
1 changed files with 2 additions and 2 deletions
4
components/lib/inputswitch/InputSwitch.d.ts
vendored
4
components/lib/inputswitch/InputSwitch.d.ts
vendored
|
@ -113,9 +113,9 @@ export interface InputSwitchProps {
|
||||||
'aria-label'?: string | undefined;
|
'aria-label'?: string | undefined;
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to DOM elements inside the component.
|
* Uses to pass attributes to DOM elements inside the component.
|
||||||
* @type {InputSwitchPassThroughMethodOptions}
|
* @type {InputSwitchPassThroughOptions}
|
||||||
*/
|
*/
|
||||||
pt?: InputSwitchPassThroughMethodOptions;
|
pt?: InputSwitchPassThroughOptions;
|
||||||
/**
|
/**
|
||||||
* When enabled, it removes component related styles in the core.
|
* When enabled, it removes component related styles in the core.
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue