UNPKG

motion

Version:

The Motion library for the web

5 lines (4 loc) 186 B
import { AcceptedElements } from "../types"; export declare function resolveElements(elements: AcceptedElements, selectorCache?: { [key: string]: NodeListOf<Element>; }): Element[];