From 5e4d3c2d380e57b166ebd10431dcd64cffbd5394 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, 10 Oct 2023 20:08:10 +0300 Subject: [PATCH] Generate apidoc test --- components/lib/tag/Tag.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lib/tag/Tag.d.ts b/components/lib/tag/Tag.d.ts index d661842ce..735a8f537 100644 --- a/components/lib/tag/Tag.d.ts +++ b/components/lib/tag/Tag.d.ts @@ -82,6 +82,7 @@ export interface TagProps { rounded?: boolean | undefined; /** * Icon of the tag to display next to the value. + * @deprecated since v3.27.0. Use 'icon' slot. */ icon?: string | undefined; /**