UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

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'>>;