@fileverse-dev/ddoc 2.0.3-patch-4 → 2.0.3-patch-5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1 @@
1
- interface SpinnerProps {
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;