From e47ee9030fe41fd5e1cba2499fafde698f21d51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 3 Apr 2023 14:07:22 +0300 Subject: [PATCH] Update Fieldset.d.ts --- components/lib/fieldset/Fieldset.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/lib/fieldset/Fieldset.d.ts b/components/lib/fieldset/Fieldset.d.ts index 9a45da57a..61f3f4bb5 100755 --- a/components/lib/fieldset/Fieldset.d.ts +++ b/components/lib/fieldset/Fieldset.d.ts @@ -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. */