UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

9 lines 247 B
interface WaveformProps { size?: number | string; color?: string; speed?: number | string; stroke?: number | string; } declare const Waveform: React.FC<WaveformProps>; export default Waveform; //# sourceMappingURL=Waveform.d.ts.map