@appletosolutions/reactbits
Version:
A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.
19 lines • 475 B
TypeScript
interface TextPressureProps {
text?: string;
fontFamily?: string;
fontUrl?: string;
width?: boolean;
weight?: boolean;
italic?: boolean;
alpha?: boolean;
flex?: boolean;
stroke?: boolean;
scale?: boolean;
textColor?: string;
strokeColor?: string;
className?: string;
minFontSize?: number;
}
declare const TextPressure: React.FC<TextPressureProps>;
export default TextPressure;
//# sourceMappingURL=TextPressure.d.ts.map