export the transform attribute method

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 927f754a9d
commit af7f8d9404
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,
};