Refactor #3965 - For Toolbar

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-19 15:19:16 +03:00
parent 3ce238b07f
commit a21c83e927
3 changed files with 69 additions and 34 deletions

View file

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