@nimbus-ds/components 5.8.0-rc.5 → 5.8.0-rc.6
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/Text/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/Text/index.d.ts
CHANGED
|
@@ -443,7 +443,7 @@ export type TextSkeletonProperties = {
|
|
|
443
443
|
fontSize?: keyof typeof text.properties.fontSize;
|
|
444
444
|
} & Partial<Pick<SkeletonProps, "width" | "height" | "data-testid">>;
|
|
445
445
|
export type TextSkeletonProps = TextSkeletonProperties;
|
|
446
|
-
declare const TextSkeleton: React.FC<TextSkeletonProps>;
|
|
446
|
+
export declare const TextSkeleton: React.FC<TextSkeletonProps>;
|
|
447
447
|
export interface TextComponents {
|
|
448
448
|
Skeleton: typeof TextSkeleton;
|
|
449
449
|
}
|