Refactor #3965 - For Splitter

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-24 11:54:19 +03:00
parent b752ba69e9
commit 6b3fe54feb
6 changed files with 180 additions and 113 deletions

View file

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