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,26 +53,10 @@ export interface SplitButtonProps {
* Uses to pass all properties of the HTMLButtonElement to the menu button.
*/
menuButtonProps?: ButtonHTMLAttributes | undefined;
/**
* Style class of the button.
*/
buttonClass?: string | undefined;
/**
* Name of the menu button icon.
*/
menuButtonIcon?: string | undefined;
/**
* Style class of the menu button.
*/
menuButtonClass?: string | undefined;
/**
* Style class of the menu.
*/
menuClass?: string | undefined;
/**
* Inline style of the menu.
*/
menuStyle?: any | undefined;
}
export interface SplitButtonSlots {