@erosnicolau/animated-text
Version:
Advanced React animated text component with comprehensive animation effects
9 lines (8 loc) • 534 B
JavaScript
// AnimatedText component exports - mix of default and named exports
export { default as AnimatedLetter } from './AnimatedLetter';
export { default as AnimatedPhrase } from './AnimatedPhrase';
export { default as AnimatedTextGroup } from './AnimatedTextGroup';
export { AnimatedTextGroupProvider } from './AnimatedTextGroupProvider';
export { default as AnimatedWord } from './AnimatedWord';
export { default as AnimatedWordTypewriterWord } from './AnimatedWordTypewriterWord';
export { default as ConfigModal } from './ConfigModal';