Files
rrweb/index.d.ts
2018-10-08 11:20:48 +08:00

6 lines
213 B
TypeScript

import { serializedNodeWithId } from './src/types';
export * from './src/types';
export function snapshot(n: Document): serializedNodeWithId | null;
export function rebuild(n: serializedNodeWithId): Node | null;