Files
terminal/web/node_modules/react-spinners/FadeLoader.d.ts
T

5 lines
309 B
TypeScript

import * as React from "react";
import { LoaderHeightWidthRadiusProps } from "./helpers/props";
declare function FadeLoader({ loading, color, speedMultiplier, cssOverride, height, width, radius, margin, ...additionalprops }: LoaderHeightWidthRadiusProps): React.JSX.Element | null;
export default FadeLoader;