UNPKG

vuestic-ui

Version:
3 lines (2 loc) 177 B
/** Register globally event catcher. SSR safe */ export declare const useCaptureEvent: (event: string, cb: (...args: any[]) => void, options?: AddEventListenerOptions) => void;