UNPKG

@visactor/vrender-core

Version:
4 lines (3 loc) 202 B
import type { INode } from '../interface/node-tree'; import type { IEventTarget } from '../interface/event'; export declare const EventTarget: Omit<IEventTarget, Exclude<keyof INode, 'dispatchEvent'>>;