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