Fixed #3806 - Api: Typing mismatch

This commit is contained in:
mertsincan 2023-03-27 09:09:36 +01:00
parent fde2bc6ec7
commit 9b9504ffe1
13 changed files with 306 additions and 298 deletions

View file

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