Skip to content

Commit 5667a34

Browse files
authored
chore(exports): Export additional modules for selective importing (#493)
1 parent 39e3026 commit 5667a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ export function registerGlobal(global) {
2020
global.Mobiledoc = Mobiledoc;
2121
}
2222

23-
export { Editor };
23+
export { Editor, UI, Range, Position };
2424
export default Mobiledoc;

0 commit comments

Comments
 (0)