Files
rrweb/typings/index.d.ts
2019-11-09 15:28:17 +08:00

5 lines
278 B
TypeScript

import snapshot, { serializeNodeWithId, transformAttribute } from './snapshot';
import rebuild, { buildNodeWithSN, addHoverClass } from './rebuild';
export * from './types';
export { snapshot, serializeNodeWithId, rebuild, buildNodeWithSN, addHoverClass, transformAttribute, };