remove mitt typings namesapce

This commit is contained in:
Yanzhen Yu
2019-06-05 17:33:20 +08:00
parent 6d3b9c2345
commit d32b31f3e3
9 changed files with 23 additions and 15 deletions

1
typings/index.d.ts vendored
View File

@@ -1,4 +1,5 @@
import record from './record';
import { Replayer } from './replay';
import { mirror } from './utils';
export { EventType, IncrementalSource, MouseInteractions, ReplayerEvents } from './types';
export { record, Replayer, mirror };