This commit is contained in:
Tuğçe Küçükoğlu 2023-08-17 10:16:25 +03:00
parent 24c28130c9
commit 289ee220ed
32 changed files with 189 additions and 98 deletions

View file

@ -187,6 +187,7 @@ export interface SplitButtonSlots {
default(): VNode[];
/**
* Custom menu button icon template.
* @param {Object} scope - icon slot's params.
*/
icon(scope: {
/**
@ -196,6 +197,7 @@ export interface SplitButtonSlots {
}): VNode[];
/**
* Custom menu button icon template.
* @param {Object} scope - menubuttonicon slot's params.
*/
menubuttonicon(scope: {
/**