dfh-ui-library 1.12.176 → 1.12.178
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 +1 -1
- 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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -592,7 +592,7 @@ export interface ITabProps extends AdditionalClassesProp {
|
|
|
592
592
|
/** Unique identifier for the tab. */
|
|
593
593
|
value: string;
|
|
594
594
|
/** Count value for the tab. */
|
|
595
|
-
count?: string;
|
|
595
|
+
count?: string | null;
|
|
596
596
|
/** Active tab identifier (optional). */
|
|
597
597
|
activeTab?: string;
|
|
598
598
|
/** Callback on tab click (optional). */
|