PTViewer updates

This commit is contained in:
tugcekucukoglu 2024-09-16 16:01:32 +03:00
parent 335c6d862d
commit 274b9b43a0
2 changed files with 7 additions and 3 deletions

View file

@ -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.
*/