@novie/ui 0.1.33 → 0.1.34
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.
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
export interface SkeletonProps extends React.ComponentProps<"div"> {
|
|
2
|
+
/**
|
|
3
|
+
* When true, render an Ant-Design–style shimmer (a highlight band sweeps
|
|
4
|
+
* left → right) instead of the default pulse animation.
|
|
5
|
+
*/
|
|
6
|
+
active?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare function Skeleton({ className, active, ...props }: SkeletonProps): import("react/jsx-runtime").JSX.Element;
|
|
2
9
|
export { Skeleton };
|
|
3
10
|
//# sourceMappingURL=skeleton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/ui/skeleton.tsx"],"names":[],"mappings":"AAEA,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/ui/skeleton.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC;IAChE;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,MAAc,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CAevE;AAED,OAAO,EAAE,QAAQ,EAAE,CAAA"}
|