@fileverse-dev/ddoc 2.0.3-patch-4 → 2.0.3-patch-6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +28255 -32979
- package/dist/package/common/spinner.d.ts +1 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -1,6 +1 @@
|
|
1
|
-
|
2
|
-
height?: number;
|
3
|
-
width?: number;
|
4
|
-
}
|
5
|
-
export declare const Spinner: ({ height, width }: SpinnerProps) => import("react/jsx-runtime").JSX.Element;
|
6
|
-
export default Spinner;
|
1
|
+
export declare const Spinner: () => import("react/jsx-runtime").JSX.Element;
|