mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +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
16
components/splitbutton/SplitButton.d.ts
vendored
16
components/splitbutton/SplitButton.d.ts
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue