UNPKG

typing-flow

Version:

Npm package for typing animation for web

7 lines (6 loc) 229 B
export declare const getBrowserNodeTagView: (browserNode: HTMLElement) => { open: string; close: string; }; export declare const typingFlowDOMParser: DOMParser; export declare const isTagString: (str: string) => boolean;