UNPKG

@antv/dom-util

Version:

A common util collection for antv projects

4 lines (3 loc) 122 B
export default function addEventListener(target: HTMLElement, eventType: string, callback: any): { remove(): void; };