From bbc6127bcad8c3180728fc2450f90071b9fffdb5 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:02:53 +0300 Subject: [PATCH] Generate apidoc test --- components/lib/tag/Tag.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components/lib/tag/Tag.d.ts b/components/lib/tag/Tag.d.ts index 735a8f537..d661842ce 100644 --- a/components/lib/tag/Tag.d.ts +++ b/components/lib/tag/Tag.d.ts @@ -82,7 +82,6 @@ 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; /**