UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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