diff --git a/components/tooltip/Tooltip.d.ts b/components/tooltip/Tooltip.d.ts index fa50ad99f..caa5f2a18 100755 --- a/components/tooltip/Tooltip.d.ts +++ b/components/tooltip/Tooltip.d.ts @@ -31,7 +31,7 @@ export interface TooltipOptions { */ 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 */ escape?: boolean | undefined;