UNPKG

react-spinners

Version:

A collection of react loading spinners

5 lines (4 loc) 279 B
import * as React from "react"; import { LoaderHeightWidthProps } from "./helpers/props"; declare function BarLoader({ loading, color, speedMultiplier, cssOverride, height, width, ...additionalprops }: LoaderHeightWidthProps): React.JSX.Element | null; export default BarLoader;