UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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