Update #3965 - For Dock

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-30 15:56:18 +03:00
parent 931edf0158
commit a8fd3ce6a8
4 changed files with 211 additions and 185 deletions

View file

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