UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

10 lines (9 loc) 245 B
import { VNode } from '../vnode.js'; export interface AttachData { [key: string]: any; [i: number]: any; placeholder?: any; real?: Node; } export declare function attachTo (target: Element, vnode: VNode): VNode; export default attachTo;