UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

7 lines (6 loc) 227 B
import { El } from "../types"; /** * Inserts a set of content into the element. Intended for SINGLE characters. */ declare let insertIntoElement: (originalTarget: El, character: El) => void; export default insertIntoElement;