mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - unstyled option for directives
This commit is contained in:
parent
f98d740652
commit
01616e5823
6 changed files with 28 additions and 15 deletions
5
components/lib/tooltip/Tooltip.d.ts
vendored
5
components/lib/tooltip/Tooltip.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue