UNPKG

@lowcodeunit/lcu-charts-common

Version:

A Charting and Graphing Library based on and influenced by Ngx-charts

6 lines 300 B
export declare const MouseEvent: MouseEvent & { new (typeArg: string, eventInitDict?: MouseEventInit): MouseEvent; prototype?: MouseEvent; }; export declare function createMouseEvent(name: string, bubbles?: boolean, cancelable?: boolean): MouseEvent; //# sourceMappingURL=events.d.ts.map