/** Full browser API. Use docxodus/core for the engine without editor dependencies. */ export * from "./core.js"; export { DocxEditor } from "./editor.js"; export type { DocxEditorOptions, DocxEditorExports, EditorAlignment, EditorMatch, EditorPageSetup, FormatKey, } from "./editor.js"; export { CommentGutter } from "./editor-comments.js"; export type { CommentGutterHost, CommentGutterOptions } from "./editor-comments.js"; export type { BandWhich } from "./editor-headerfooter.js"; export { mountRibbon } from "./ribbon.js"; export type { RibbonEditor, RibbonOptions, RibbonHistoryOptions, RibbonHistoryBinding, RibbonChromeMode, RibbonState, RibbonLoader, RibbonLoaderOptions, RibbonLoaderStage, RibbonLoaderFeature, } from "./ribbon.js"; //# sourceMappingURL=index.d.ts.map