UNPKG

typing-flow

Version:

Npm package for typing animation for web

6 lines (5 loc) 175 B
import { TextTypingNode } from '../nodes.types'; export declare const text: (text: string, options?: { delay?: number; instant?: boolean; }) => Array<TextTypingNode>;