From a78569721ae48828f8c0be0cfc065de447be394f Mon Sep 17 00:00:00 2001 From: nevermore Date: Mon, 4 Mar 2024 16:21:14 +0800 Subject: [PATCH] Fix: Tooltip missing type unstyled --- components/lib/tooltip/tooltipoptions.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/lib/tooltip/tooltipoptions.d.ts b/components/lib/tooltip/tooltipoptions.d.ts index ce7db5af53..cd2e225912 100644 --- a/components/lib/tooltip/tooltipoptions.d.ts +++ b/components/lib/tooltip/tooltipoptions.d.ts @@ -135,6 +135,11 @@ export interface TooltipOptions { * @type {PassThroughOptions} */ ptOptions?: PassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; /** * Callback to invoke before the tooltip is shown. * @param {TooltipEvent} event - Browser event