@arolariu/components
Version:
🎨 70+ beautiful, accessible React components built on Radix UI. TypeScript-first, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡
18 lines • 540 B
TypeScript
import * as React from "react";
export declare const TypewriterText: ({ words, className, cursorClassName, }: {
words: {
text: string;
className?: string;
}[];
className?: string;
cursorClassName?: string;
}) => React.JSX.Element;
export declare const TypewriterTextSmooth: ({ words, className, cursorClassName, }: {
words: {
text: string;
className?: string;
}[];
className?: string;
cursorClassName?: string;
}) => React.JSX.Element;
//# sourceMappingURL=typewriter.d.ts.map