plane/packages/editor/document-editor/src/index.ts

4 lines
199 B
TypeScript
Raw Normal View History

export { DocumentEditor, DocumentEditorWithRef } from "./ui";
export { DocumentReadOnlyEditor, DocumentReadOnlyEditorWithRef } from "./ui/readonly";
export { FixedMenu } from "./ui/menu/fixed-menu";