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; /**