UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

11 lines 301 B
interface Ring2Props { size?: number | string; color?: string; speed?: number | string; stroke?: number | string; strokeLength?: number | string; bgOpacity?: number | string; } declare const Ring2: React.FC<Ring2Props>; export default Ring2; //# sourceMappingURL=Ring2.d.ts.map