Files
upage-git/app/components/editor/editors/index.ts
2025-09-24 17:02:44 +08:00

6 lines
230 B
TypeScript

export { DefaultEditor } from './DefaultEditor';
export type { EditorProps } from './EditorProps';
export { ImageEditor } from './ImageEditor';
export { LinkEditor } from './LinkEditor';
export { TextEditor } from './TextEditor';