ivue-material-plus
Version:
A high quality UI components Library with Vue.js
3 lines (2 loc) • 319 B
TypeScript
export declare const on: (element: HTMLElement | Document | Window, event: string, handler: EventListenerOrEventListenerObject, useCapture?: boolean) => void;
export declare const off: (element: HTMLElement | Document | Window, event: string, handler: EventListenerOrEventListenerObject, useCapture?: boolean) => void;