export the transform attribute method
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user