mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #3965 - For ToggleButton
This commit is contained in:
parent
2d9be7a7d0
commit
eff31e4a5a
3 changed files with 107 additions and 77 deletions
|
@ -136,6 +136,11 @@ export interface ToggleButtonProps {
|
|||
* @type {ToggleButtonPassThroughOptions}
|
||||
*/
|
||||
pt?: ToggleButtonPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue