UNPKG

@nvq/flowtoken

Version:

Animated React components for streaming text and markdown with GitHub theme syntax highlighting (forked from flowtoken)

9 lines (8 loc) 241 B
import React from 'react'; interface StreamingFadeInTextProps { incomingText: string; animation?: string; sep?: string; } declare const StreamingFadeInText: React.FC<StreamingFadeInTextProps>; export default StreamingFadeInText;