Export useful enums (#77)

Fixes #74
This commit is contained in:
Marcos Passos
2026-04-01 12:00:00 +08:00
committed by yz-yu
parent 6fd4cd20c2
commit 79981a6a44

View File

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