.d.ts updates

pull/6424/head
tugcekucukoglu 2024-09-17 11:51:45 +03:00
parent 5332841267
commit 16b8962fb8
2 changed files with 5 additions and 1 deletions

View File

@ -114,6 +114,10 @@ export interface MegaMenuPassThroughOptions {
* Used to pass attributes to the mobile popup menu button's DOM element. * Used to pass attributes to the mobile popup menu button's DOM element.
*/ */
button?: MegaMenuPassThroughOptionType; button?: MegaMenuPassThroughOptionType;
/**
* Used to pass attributes to the mobile popup menu button icon's DOM element.
*/
buttonIcon?: MegaMenuPassThroughOptionType;
/** /**
* Used to pass attributes to the start of the component. * Used to pass attributes to the start of the component.
*/ */

View File

@ -51,7 +51,7 @@ export interface ProgressSpinnerPassThroughOptions {
/** /**
* Used to pass attributes to the spinner's DOM element. * Used to pass attributes to the spinner's DOM element.
*/ */
spinner?: ProgressSpinnerPassThroughOptionType; spin?: ProgressSpinnerPassThroughOptionType;
/** /**
* Used to pass attributes to the circle's DOM element. * Used to pass attributes to the circle's DOM element.
*/ */