UNPKG

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