UNPKG

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