UNPKG

react-spinners

Version:

A collection of react loading spinners

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