reactbits-animation
Version:
A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.
11 lines • 406 B
TypeScript
interface ASCIITextProps {
text?: string;
asciiFontSize?: number;
textFontSize?: number;
textColor?: string;
planeBaseHeight?: number;
enableWaves?: boolean;
}
export default function ASCIIText({ text, asciiFontSize, textFontSize, textColor, planeBaseHeight, enableWaves }: ASCIITextProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=AsciiText.d.ts.map