mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5437
This commit is contained in:
parent
4d640c4442
commit
7e177678f0
9 changed files with 15 additions and 15 deletions
1
components/lib/orderlist/OrderList.d.ts
vendored
1
components/lib/orderlist/OrderList.d.ts
vendored
|
@ -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;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue