export add hover class method

This commit is contained in:
Yanzhen Yu
2019-09-19 12:40:51 +08:00
parent 44bdf69a1d
commit 7ab5456b3e

View File

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