UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

8 lines (7 loc) 213 B
import { El } from "../types"; /** * Parse a string as HTML and return the body * of the parsed document, with all text nodes expanded. */ declare const _default: (content: any) => El; export default _default;