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 (8 loc) 204 B
import React from "react"; interface AsciiWaveProps { className?: string; color?: string; speed?: number; } export declare const AsciiWave: React.FC<AsciiWaveProps>; export default AsciiWave;