From a592dabb8a273d2a796dd77ffbdb66cf1e01eeb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 7 Mar 2023 16:44:36 +0300 Subject: [PATCH] Update Tooltip.d.ts --- components/tooltip/Tooltip.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;