mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add missing types for contrast button
This commit is contained in:
parent
37200b4b43
commit
3b72308226
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ const ButtonProps = [
|
|||
name: 'severity',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Defines the style of the button, valid values are "secondary", "success", "info", "warning", "help", "danger".'
|
||||
description: 'Defines the style of the button, valid values are "secondary", "success", "info", "warning", "help", "danger", "contrast".'
|
||||
},
|
||||
{
|
||||
name: 'raised',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue