UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

8 lines 207 B
interface SpiralProps { size?: number | string; color?: string; speed?: number | string; } declare const Spiral: React.FC<SpiralProps>; export default Spiral; //# sourceMappingURL=Spiral.d.ts.map