UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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