Refactor #3965 - For Divider

This commit is contained in:
Bahadır Sofuoğlu 2023-05-23 01:05:19 +03:00
parent e7007dc65a
commit 71f57f5918
3 changed files with 147 additions and 120 deletions

View file

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