UNPKG

spinners-react

Version:

Lightweight SVG/CSS spinners for React

16 lines 603 B
import React from 'react'; import { SpinnerProps } from './helpers'; import { SpinnersProps } from './withSharedProps'; import './SpinnerRoundFilled.css'; export type SpinnerRoundFilledProps = SpinnersProps & SpinnerProps; export declare const SpinnerRoundFilled: (props: Partial<{ color: React.CSSProperties["color"]; enabled: boolean; size: React.CSSProperties["width"]; style: React.CSSProperties; }> & React.HTMLAttributes<SVGElement> & Partial<{ speed: number; still: boolean; thickness: number; }>) => React.JSX.Element; //# sourceMappingURL=SpinnerRoundFilled.d.ts.map