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 dde9a83 commit bd3d44bCopy full SHA for bd3d44b
packages/hadron-document/src/index.ts
@@ -3,15 +3,16 @@ import Element, {
3
Events as ElementEvents,
4
isInternalFieldPath,
5
} from './element';
6
-import ElementEditor, { Editor } from './editor';
+import ElementEditor from './editor';
7
+import type { Editor } from './editor';
8
9
export default Document;
10
+export type { Editor };
11
export {
12
Document,
13
DocumentEvents,
14
Element,
15
ElementEvents,
16
ElementEditor,
- Editor,
17
18
};
0 commit comments