pull/3699/head
Tuğçe Küçükoğlu 2023-03-03 15:42:50 +03:00
parent 37d0c633f3
commit 407eb57ead
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ const ButtonProps = [
name: 'severity', name: 'severity',
type: 'string', type: 'string',
default: 'null', default: 'null',
description: 'Defines the style of the button, valid values are "secondary", "success", "info", "warning", "danger".' description: 'Defines the style of the button, valid values are "secondary", "success", "info", "warning", "help", "danger".'
}, },
{ {
name: 'raised', name: 'raised',

View File

@ -65,7 +65,7 @@ export interface ButtonProps extends ButtonHTMLAttributes {
/** /**
* Defines the style of the button. * Defines the style of the button.
*/ */
severity?: 'secondary' | 'success' | 'info' | 'warning' | 'danger' | undefined; severity?: 'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger' | undefined;
/** /**
* Add a shadow to indicate elevation. * Add a shadow to indicate elevation.
* @defaultValue false * @defaultValue false