primeng 18.0.1 → 18.0.3-lts

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/tag/tag.d.ts CHANGED
@@ -37,7 +37,6 @@ export declare class Tag extends BaseComponent implements AfterContentInit {
37
37
  /**
38
38
  * Icon of the tag to display next to the value.
39
39
  * @group Props
40
- * @deprecated since 15.4.2. Use 'icon' template.
41
40
  */
42
41
  icon: string | undefined;
43
42
  /**