django-vue3-admin-web/node_modules/snabbdom/build/helpers/attachto.d.ts
2025-10-20 21:21:14 +08:00

9 lines
227 B
TypeScript

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;