UNPKG

273 BTypeScriptView Raw
1/// <reference types="react" />
2import { LoaderHeightWidthProps } from "./helpers/props";
3declare function BarLoader({ loading, color, speedMultiplier, cssOverride, height, width, ...additionalprops }: LoaderHeightWidthProps): JSX.Element | null;
4export default BarLoader;