UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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