UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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