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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/shared/models/components/base.model.d.ts +2 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/shared/models/components/base.model.d.ts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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). */
|