UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

4 lines (3 loc) 148 B
import { El } from "../types"; declare let getAnimationFromElement: (element: El) => Animation | undefined; export default getAnimationFromElement;