mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3965 - For InputSwitch
This commit is contained in:
parent
51f2913c48
commit
5b6fd8ac8e
3 changed files with 119 additions and 80 deletions
10
components/lib/inputswitch/InputSwitch.d.ts
vendored
10
components/lib/inputswitch/InputSwitch.d.ts
vendored
|
@ -104,6 +104,16 @@ export interface InputSwitchProps {
|
|||
* Establishes a string value that labels the component.
|
||||
*/
|
||||
'aria-label'?: string | undefined;
|
||||
/**
|
||||
* Uses to pass attributes to DOM elements inside the component.
|
||||
* @type {InputSwitchPassThroughMethodOptions}
|
||||
*/
|
||||
pt?: InputSwitchPassThroughMethodOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
export interface InputSwitchSlots {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue