import { ExportOptions, IExportWatermark, TEditorProps } from "./Editor/index"; import { EKhUrlType } from "./Editor/types/knowhowlink"; import Editor, { exportWORD } from './Editor'; export default Editor; export * from "./Editor/components/core/src"; export * from "./Editor/components/extension-attachment/src/index"; export * from "./Editor/components/extension-variable/src/index"; export { default as DocTitle } from "./Editor/DocTitle"; export type { IEditorRefProps, TOriginEditorProps, } from './Editor/types/editor'; export { EKhUrlType, exportWORD }; export type { ExportOptions, IExportWatermark, TEditorProps };