Pref: export eventWithTime (#1324)

*  export eventWithTime for consumption in typescript code
This commit is contained in:
蟹老板
2026-04-01 12:00:00 +08:00
committed by GitHub
parent f57028fa28
commit 532fc89a61
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'rrweb': patch
---
export eventWithTime for consumption by typescript code

View File

@@ -8,6 +8,7 @@ export {
IncrementalSource,
MouseInteractions,
ReplayerEvents,
type eventWithTime
} from '@rrweb/types';
export type { recordOptions } from './types';