UNPKG

snabbdom

Version:

A virtual DOM library with focus on simplicity, modularity, powerful features and performance.

4 lines (3 loc) 131 B
import { VNode } from '../vnode'; export declare function attachTo(target: Element, vnode: VNode): VNode; export default attachTo;