This patch introduce a breaking change in rrweb-record's API, so we will revert it in 0.7.x and release it in 0.8.
4 lines
161 B
TypeScript
4 lines
161 B
TypeScript
import { recordOptions, listenerHandler } from '../types';
|
|
declare function record(options?: recordOptions): listenerHandler | undefined;
|
|
export default record;
|