UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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