UNPKG

typing-flow

Version:

Npm package for typing animation for web

7 lines (6 loc) 262 B
import { CanBeArray } from '../../shared/types'; import { CursorMoveRightTypingNode } from '../nodes.types'; export declare const cursorRight: (distance: number, options?: { delay?: number; instant?: boolean; }) => CanBeArray<CursorMoveRightTypingNode>;