@erosnicolau/animated-text
Version:
Advanced React animated text component with comprehensive animation effects
9 lines • 525 B
TypeScript
import { FontPreset } from '../types';
/**
* Get font classes based on the 3-level priority system:
* Level 1: Explicit className (highest priority) - returns empty to let className win
* Level 2: Font presets (medium priority) - applies preset + scaling
* Level 3: Default fallback (lowest priority) - applies default preset when nothing specified
*/
export declare const getFontClasses: (hasExplicitFontClasses: boolean, fontPreset?: FontPreset, fontScale?: number) => string;
//# sourceMappingURL=fontScaling.d.ts.map