UNPKG

@embrace-io/web-sdk

Version:
7 lines 402 B
import { EmbraceInstrumentationBaseArgs } from "../../EmbraceInstrumentationBase/types.js"; import "../../EmbraceInstrumentationBase/index.js"; //#region src/instrumentations/rage-click/RageClickInstrumentation/types.d.ts type RageClickInstrumentationArgs = Pick<EmbraceInstrumentationBaseArgs, 'diag' | 'perf'>; //#endregion export { RageClickInstrumentationArgs }; //# sourceMappingURL=types.d.ts.map