Split button style and class props removed

This commit is contained in:
Bahadır Sofuoğlu 2023-01-09 21:58:39 +03:00
parent 3825bf7c60
commit 43cfae465d
4 changed files with 3 additions and 89 deletions

View file

@ -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.'
}
];