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