UNPKG

lightswind

Version:

A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.

9 lines 237 B
import React from "react"; interface AsciiWaveProps { className?: string; color?: string; speed?: number; } declare const AsciiWave: React.FC<AsciiWaveProps>; export default AsciiWave; //# sourceMappingURL=ascii-wave.d.ts.map