Fixed #5591 - warning property name changed as warn

This commit is contained in:
tugcekucukoglu 2024-04-16 10:34:11 +03:00
parent 9bdabd8530
commit f98feec612
14 changed files with 28 additions and 28 deletions

View file

@ -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