Skip to content

Commit

Permalink
Export eventWithTime and recordOptions types
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Dec 7, 2022
1 parent a220835 commit 102024d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/rrweb/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ export {
IncrementalSource,
MouseInteractions,
ReplayerEvents,
eventWithTime,
} from '@rrweb/types';

export {
recordOptions,
} from './types';

const { addCustomEvent } = record;
const { freezePage } = record;

Expand Down

0 comments on commit 102024d

Please sign in to comment.