Icard/angular-clarity-master(work.../node_modules/@swimlane/ngx-charts/lib/events.d.ts

3 lines
147 B
TypeScript
Raw Permalink Normal View History

2024-07-16 14:55:36 +00:00
export declare const MouseEvent: any;
export declare function createMouseEvent(name: string, bubbles?: boolean, cancelable?: boolean): MouseEvent;