UNPKG

typing-flow

Version:

Npm package for typing animation for web

4 lines (3 loc) 242 B
import { TypingSnapshot } from '../../shared/types'; import { CursorMoveRightTypingNode } from '../nodes.types'; export declare function cursorMoveRightTypingNodeHandler(node: CursorMoveRightTypingNode, typingSnapshot: TypingSnapshot): void;