Export recordOptions type (#1067)

This commit is contained in:
Francesco Novy
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 346e02103e
commit 81f9b2b8b9

View File

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