.d.ts command updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-02 14:28:07 +03:00
parent 643059eb24
commit fa99912ee1
6 changed files with 10 additions and 10 deletions

View file

@ -41,12 +41,12 @@ export interface SplitButtonPassThroughOptions {
*/
icon?: SplitButtonPassThroughOptionType;
/**
* Uses to pass attributes to the menu button's DOM element.
* Uses to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptions}
*/
menuButton?: ButtonPassThroughOptions;
/**
* Uses to pass attributes to the menu's DOM element.
* Uses to pass attributes to the TieredMenu component.
* @see {@link TieredMenuPassThroughOptions}
*/
menu?: TieredMenuPassThroughOptions;