ubiquitous-invention/apps/web/components/editor/index.ts

5 lines
244 B
TypeScript
Raw Permalink Normal View History

export { BlockEditor, type BlockEditorProps } from "./editor";
export { CollaborativeBlockEditor, type CollaborativeBlockEditorProps } from "./collaboration";
export { EditorToolbar } from "./toolbar";
export { SlashMenu } from "./slash-menu";