UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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