UNPKG

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