Refactor #3797 - Use camelcase for pt

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-19 11:00:52 +03:00
parent ebd8e6283b
commit afda38b1eb
9 changed files with 30 additions and 30 deletions

View file

@ -55,15 +55,15 @@ export interface FieldsetPassThroughOptions {
/**
* 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;
legendTitle?: FieldsetPassThroughOptionType;
/**
* Uses to pass attributes to the toggleable content's DOM element.
*/
toggleablecontent?: FieldsetPassThroughOptionType;
toggleableContent?: FieldsetPassThroughOptionType;
/**
* Uses to pass attributes to the content's DOM element.
*/