mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5198 - Contrast variant for SplitButton
This commit is contained in:
parent
30c20d4e8a
commit
d5ebbe6529
7 changed files with 20 additions and 4 deletions
2
components/lib/splitbutton/SplitButton.d.ts
vendored
2
components/lib/splitbutton/SplitButton.d.ts
vendored
|
@ -171,7 +171,7 @@ export interface SplitButtonProps {
|
|||
/**
|
||||
* Defines the style of the button.
|
||||
*/
|
||||
severity?: 'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger' | string | undefined;
|
||||
severity?: 'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger' | 'contrast' | string | undefined;
|
||||
/**
|
||||
* Add a shadow to indicate elevation.
|
||||
* @defaultValue false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue