4 lines
148 B
TypeScript
4 lines
148 B
TypeScript
|
|
export { BlockEditor, type BlockEditorProps } from "./editor";
|
||
|
|
export { EditorToolbar } from "./toolbar";
|
||
|
|
export { SlashMenu } from "./slash-menu";
|