Refactor #3965 - Refactor on OrderList

This commit is contained in:
Bahadır Sofuoğlu 2023-06-02 12:10:49 +03:00
parent 155fb26785
commit 1950d500ea
3 changed files with 191 additions and 155 deletions

View file

@ -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;
}
/**