moved rrweb-snapshot into packages/rrweb-snapshot
This commit is contained in:
5
packages/rrweb-snapshot/typings/index.d.ts
vendored
Normal file
5
packages/rrweb-snapshot/typings/index.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import snapshot, { serializeNodeWithId, transformAttribute, visitSnapshot, cleanupSnapshot, needMaskingText, IGNORED_NODE } from './snapshot';
|
||||
import rebuild, { buildNodeWithSN, addHoverClass } from './rebuild';
|
||||
export * from './types';
|
||||
export * from './utils';
|
||||
export { snapshot, serializeNodeWithId, rebuild, buildNodeWithSN, addHoverClass, transformAttribute, visitSnapshot, cleanupSnapshot, needMaskingText, IGNORED_NODE, };
|
||||
Reference in New Issue
Block a user