Export recordOptions type (#1067)

This commit is contained in:
Francesco Novy
2023-01-06 11:50:06 +01:00
committed by GitHub
parent 7e8dcdb11d
commit b655361a5f

View File

@@ -10,6 +10,10 @@ export {
ReplayerEvents,
} from '@rrweb/types';
export type {
recordOptions,
} from './types';
const { addCustomEvent } = record;
const { freezePage } = record;