mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - Update For SplitButton
This commit is contained in:
parent
16abc9e835
commit
2bd47577db
2 changed files with 3 additions and 5 deletions
|
@ -50,9 +50,7 @@ const classes = {
|
|||
}
|
||||
],
|
||||
button: 'p-splitbutton-defaultbutton',
|
||||
icon: ({ props }) => props.icon,
|
||||
menuButton: 'p-splitbutton-menubutton',
|
||||
menuButtonIcon: ({ props }) => props.menuButtonIcon
|
||||
menuButton: 'p-splitbutton-menubutton'
|
||||
};
|
||||
|
||||
const { load: loadStyle } = useStyle(styles, { id: 'primevue_splitbutton_style', manual: true });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue