UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

6 lines (5 loc) 230 B
/** * Calculates the number of steps between the END of an element and a selector. */ declare const calculateStepsToSelector: (selector: string, element: Element, to?: string) => number; export default calculateStepsToSelector;