UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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