Skip to content

Commit 772aeb9

Browse files
committed
Export recordOptions type
1 parent a220835 commit 772aeb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/rrweb/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ export {
1010
ReplayerEvents,
1111
} from '@rrweb/types';
1212

13+
export type {
14+
recordOptions,
15+
} from './types';
16+
1317
const { addCustomEvent } = record;
1418
const { freezePage } = record;
1519

0 commit comments

Comments
 (0)