Release 0.7.19

This commit is contained in:
Yanzhen Yu
2019-08-04 14:53:42 +08:00
parent bf68088f18
commit 7f32fbdd05
5 changed files with 16 additions and 7 deletions

6
typings/index.d.ts vendored
View File

@@ -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 };