UNPKG

@wordpress/dom

Version:
8 lines 294 B
/** * Wraps the given node with a new node with the given tag name. * * @param {Element} newNode The node to insert. * @param {Element} referenceNode The node to wrap. */ export default function wrap(newNode: Element, referenceNode: Element): void; //# sourceMappingURL=wrap.d.ts.map