Files
govoplan-core/webui/src/wysiwyg.ts
T

9 lines
232 B
TypeScript

export { default as WysiwygEditor } from "./components/WysiwygEditor";
export type {
WysiwygEditorHandle,
WysiwygEditorLabels,
WysiwygEditorMode,
WysiwygEditorProps,
WysiwygEditorToken
} from "./components/WysiwygEditor";