UNPKG

react-spinners

Version:

A collection of react loading spinners

7 lines (6 loc) 350 B
import * as React from "react"; import { LoaderHeightWidthRadiusProps } from "./helpers/props"; declare function ScaleLoader({ loading, color, speedMultiplier, cssOverride, height, width, radius, margin, barCount, ...additionalprops }: LoaderHeightWidthRadiusProps & { barCount?: number; }): React.JSX.Element | null; export default ScaleLoader;