Operand

odyssey, u hear?

gram: docs

> ./packages/nuxt/src/runtime/components/DocxEditor.ts

/**
* Runtime entry for the auto-imported `<DocxEditor>` component.
*
* Re-exports the Vue adapter's editor component unchanged so all of its props,
* events, and the `DocxEditorRef` typing flow through to Nuxt consumers. The
* client-only behaviour is applied by `module.ts` via `addComponent`, not here.
*/
export { DocxEditor as default } from '@eigenpal/docx-editor-vue';