Skip to content

Commit

Permalink
Export recordOptions type (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea authored Jan 6, 2023
1 parent 7e8dcdb commit b655361
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/rrweb/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ export {
ReplayerEvents,
} from '@rrweb/types';

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

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

Expand Down

0 comments on commit b655361

Please sign in to comment.