We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e3026 commit 5667a34Copy full SHA for 5667a34
src/js/index.js
@@ -20,5 +20,5 @@ export function registerGlobal(global) {
20
global.Mobiledoc = Mobiledoc;
21
}
22
23
-export { Editor };
+export { Editor, UI, Range, Position };
24
export default Mobiledoc;
0 commit comments