Refactor #3832 Refactor #3833 - For SplitButton

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-10 14:57:23 +03:00
parent cf692f65c2
commit cbe43376ba
4 changed files with 34 additions and 13 deletions

View file

@ -117,11 +117,19 @@ const SplitButtonEvents = [
}
];
const SplitButtonSlots = [
{
name: 'menubuttonicon',
description: 'Custom menu button icon template.'
}
];
module.exports = {
splitbutton: {
name: 'SplitButton',
description: 'SplitButton groups a set of commands in an overlay with a default command.',
props: SplitButtonProps,
events: SplitButtonEvents
events: SplitButtonEvents,
slots: SplitButtonSlots
}
};