Files
rrweb/src/index.ts
Yanzhen Yu 2be090cc0d 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.
2026-04-01 12:00:00 +08:00

12 lines
240 B
TypeScript

import record from './record';
import { Replayer } from './replay';
import { mirror } from './utils';
export {
EventType,
IncrementalSource,
MouseInteractions,
ReplayerEvents,
} from './types';
export { record, Replayer, mirror };