temp revert #81
This patch introduce a breaking change in rrweb-record's API, so we will revert it in 0.7.x and release it in 0.8.
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
import record, { addCustomEvent } from './record';
|
||||
import record from './record';
|
||||
import { Replayer } from './replay';
|
||||
import { mirror } from './utils';
|
||||
export { EventType, IncrementalSource, MouseInteractions, ReplayerEvents, } from './types';
|
||||
export { record, addCustomEvent, Replayer, mirror };
|
||||
export { record, Replayer, mirror };
|
||||
|
||||
Reference in New Issue
Block a user