This commit is contained in:
tugcekucukoglu 2024-03-22 11:57:54 +03:00
parent 4d640c4442
commit 7e177678f0
9 changed files with 15 additions and 15 deletions

View file

@ -232,6 +232,7 @@ export interface OrderListProps {
tabindex?: number | string | undefined;
/**
* Defines the style of the button.
* @defaultValue secondary
*/
severity?: HintedString<'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger' | 'contrast'> | undefined;
/**