mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
PTViewer updates
This commit is contained in:
parent
335c6d862d
commit
274b9b43a0
2 changed files with 7 additions and 3 deletions
6
packages/primevue/src/fieldset/Fieldset.d.ts
vendored
6
packages/primevue/src/fieldset/Fieldset.d.ts
vendored
|
@ -75,9 +75,13 @@ export interface FieldsetPassThroughOptions {
|
|||
*/
|
||||
legend?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the legend label's DOM element.
|
||||
* Used to pass attributes to the toggle button's DOM element.
|
||||
*/
|
||||
toggleButton?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the toggle icon's DOM element.
|
||||
*/
|
||||
toggleIcon?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the legend label's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue