Skip to content

Commit

Permalink
Merge pull request #6082 from kl-nevermore/6080
Browse files Browse the repository at this point in the history
Fix: Tooltip missing type unstyled
  • Loading branch information
nitrogenous authored Mar 14, 2024
2 parents bef47c2 + a785697 commit a454984
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/lib/tooltip/tooltipoptions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a454984

Please sign in to comment.