Update Tooltip.d.ts

pull/3711/head
Tuğçe Küçükoğlu 2023-03-07 16:44:36 +03:00
parent 98f0eb4a7f
commit a592dabb8a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export interface TooltipOptions {
*/ */
class?: string | undefined; class?: string | undefined;
/** /**
* When present, it adds a custom id to the tooltip. * By default the tooltip contents are not rendered as text. Set to true to support html tags in the content.
* @defaultValue false * @defaultValue false
*/ */
escape?: boolean | undefined; escape?: boolean | undefined;