UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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