UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

3 lines (2 loc) 147 B
import { Faro } from '@grafana/faro-core'; export declare function getUserEventHandler(faro: Faro): (event: PointerEvent | KeyboardEvent) => void;