UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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