Refactor #3965 - unstyled option for directives

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-06 13:11:23 +03:00
parent f98d740652
commit 01616e5823
6 changed files with 28 additions and 15 deletions

View file

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