mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Split button style and class props removed
This commit is contained in:
parent
3825bf7c60
commit
43cfae465d
4 changed files with 3 additions and 89 deletions
|
@ -53,35 +53,11 @@ const SplitButtonProps = [
|
|||
default: 'null',
|
||||
description: 'Inline of the component.'
|
||||
},
|
||||
{
|
||||
name: 'buttonClass',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Style class of the button.'
|
||||
},
|
||||
{
|
||||
name: 'menuButtonIcon',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Name of the menu button icon.'
|
||||
},
|
||||
{
|
||||
name: 'menuButtonClass',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Style class of the menu button.'
|
||||
},
|
||||
{
|
||||
name: 'menuClass',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Style class of the menu.'
|
||||
},
|
||||
{
|
||||
name: 'menuStyle',
|
||||
type: 'any',
|
||||
default: 'null',
|
||||
description: 'Inline style of the menu.'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue