Refactor #3965 - For ScrollPanel

This commit is contained in:
Bahadır Sofuoğlu 2023-05-24 17:08:05 +03:00
parent 4a7f554d88
commit 6174cdde94
3 changed files with 117 additions and 82 deletions

View file

@ -93,6 +93,11 @@ export interface ScrollPanelProps {
* @type {ScrollPanelPassThroughOptions}
*/
pt?: ScrollPanelPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
/**