UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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