export the transform attribute method

This commit is contained in:
Yanzhen Yu
2019-11-09 15:28:04 +08:00
parent 0b3b630c60
commit 2af6e7af7f
2 changed files with 21 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import snapshot, { serializeNodeWithId } from './snapshot';
import snapshot, { serializeNodeWithId, transformAttribute } from './snapshot';
import rebuild, { buildNodeWithSN, addHoverClass } from './rebuild';
export * from './types';
@@ -8,4 +8,5 @@ export {
rebuild,
buildNodeWithSN,
addHoverClass,
transformAttribute,
};