.d.ts updates
parent
5332841267
commit
16b8962fb8
|
@ -114,6 +114,10 @@ export interface MegaMenuPassThroughOptions {
|
|||
* Used to pass attributes to the mobile popup menu button's DOM element.
|
||||
*/
|
||||
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.
|
||||
*/
|
||||
|
|
|
@ -51,7 +51,7 @@ export interface ProgressSpinnerPassThroughOptions {
|
|||
/**
|
||||
* Used to pass attributes to the spinner's DOM element.
|
||||
*/
|
||||
spinner?: ProgressSpinnerPassThroughOptionType;
|
||||
spin?: ProgressSpinnerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the circle's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue