UNPKG

react-spinners

Version:

A collection of react loading spinners

5 lines (4 loc) 309 B
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;