mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #5591 - warning property name changed as warn
This commit is contained in:
parent
9bdabd8530
commit
f98feec612
14 changed files with 28 additions and 28 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?: HintedString<'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger' | 'contrast'> | undefined;
|
||||
severity?: HintedString<'secondary' | 'success' | 'info' | 'warn' | 'help' | 'danger' | 'contrast'> | undefined;
|
||||
/**
|
||||
* Add a shadow to indicate elevation.
|
||||
* @defaultValue false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue