UNPKG

myst-to-html

Version:
5 lines 252 B
import type { Options } from 'mdast-util-to-hast'; import type { Plugin } from 'unified'; import type { GenericParent } from 'myst-common'; export declare const mystToHast: Plugin<[Options?], string, GenericParent>; //# sourceMappingURL=schema.d.ts.map