Files
rrweb/typings/record/index.d.ts
2019-08-04 14:53:42 +08:00

5 lines
235 B
TypeScript

import { recordOptions, listenerHandler } from '../types';
export declare function addCustomEvent<T>(tag: string, payload: T): void;
declare function record(options?: recordOptions): listenerHandler | undefined;
export default record;