dfh-ui-library 1.12.161 → 1.12.162

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.
@@ -591,6 +591,8 @@ export interface ITabProps extends AdditionalClassesProp {
591
591
  label: string;
592
592
  /** Unique identifier for the tab. */
593
593
  value: string;
594
+ /** Count value for the tab. */
595
+ count: string;
594
596
  /** Active tab identifier (optional). */
595
597
  activeTab?: string;
596
598
  /** Callback on tab click (optional). */