UNPKG

myst-to-docx

Version:

Export from a MyST Markdown document to Microsoft Word (*.docx)

6 lines 254 B
import type { Root } from 'myst-spec'; import type { Plugin } from 'unified'; import type { VFile } from 'vfile'; import type { Options } from './types.js'; export declare const plugin: Plugin<[Options], Root, VFile>; //# sourceMappingURL=plugin.d.ts.map