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.

7 lines 251 B
interface LoopingWordsProps { words: string[]; className?: string; } export declare function LoopingWords({ words, className }: LoopingWordsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=looping-words.d.ts.map