mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3965 - Refactor on OrderList
This commit is contained in:
parent
155fb26785
commit
1950d500ea
3 changed files with 191 additions and 155 deletions
5
components/lib/orderlist/OrderList.d.ts
vendored
5
components/lib/orderlist/OrderList.d.ts
vendored
|
@ -211,6 +211,11 @@ export interface OrderListProps {
|
|||
* @type {OrderListPassThroughOptions}
|
||||
*/
|
||||
pt?: OrderListPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue