mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update Fieldset.d.ts
This commit is contained in:
parent
a537f93767
commit
e47ee9030f
1 changed files with 4 additions and 4 deletions
8
components/lib/fieldset/Fieldset.d.ts
vendored
8
components/lib/fieldset/Fieldset.d.ts
vendored
|
@ -48,10 +48,6 @@ export interface FieldsetPassThroughOptions {
|
|||
* Uses to pass attributes to the legend's DOM element.
|
||||
*/
|
||||
legend?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the legend title's DOM element.
|
||||
*/
|
||||
legendtitle?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the toggler's DOM element.
|
||||
*/
|
||||
|
@ -60,6 +56,10 @@ export interface FieldsetPassThroughOptions {
|
|||
* Uses to pass attributes to the toggler icon's DOM element.
|
||||
*/
|
||||
togglericon?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the legend title's DOM element.
|
||||
*/
|
||||
legendtitle?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the toggleable content's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue