UNPKG

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