Release 0.7.19
This commit is contained in:
6
typings/index.d.ts
vendored
6
typings/index.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
import record from './record';
|
||||
import record, { addCustomEvent } from './record';
|
||||
import { Replayer } from './replay';
|
||||
import { mirror } from './utils';
|
||||
export { EventType, IncrementalSource, MouseInteractions, ReplayerEvents } from './types';
|
||||
export { record, Replayer, mirror };
|
||||
export { EventType, IncrementalSource, MouseInteractions, ReplayerEvents, } from './types';
|
||||
export { record, addCustomEvent, Replayer, mirror };
|
||||
|
||||
Reference in New Issue
Block a user