UNPKG

rrweb

Version:
8 lines (7 loc) 285 B
import type { SequentialIdOptions } from '../record'; import type { ReplayPlugin } from '../../../types'; type Options = SequentialIdOptions & { warnOnMissingId: boolean; }; export declare const getReplaySequentialIdPlugin: (options?: Partial<Options>) => ReplayPlugin; export {};