Update Fieldset.d.ts

pull/3841/head
Tuğçe Küçükoğlu 2023-04-03 14:07:22 +03:00
parent a537f93767
commit e47ee9030f
1 changed files with 4 additions and 4 deletions

View File

@ -48,10 +48,6 @@ export interface FieldsetPassThroughOptions {
* Uses to pass attributes to the legend's DOM element. * Uses to pass attributes to the legend's DOM element.
*/ */
legend?: FieldsetPassThroughOptionType; 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. * 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. * Uses to pass attributes to the toggler icon's DOM element.
*/ */
togglericon?: FieldsetPassThroughOptionType; 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. * Uses to pass attributes to the toggleable content's DOM element.
*/ */