UNPKG

myst-to-html

Version:
4 lines 201 B
import type { GenericParent } from 'myst-common'; import type { Plugin } from 'unified'; export declare const formatHtml: Plugin<[boolean?], string, GenericParent>; //# sourceMappingURL=format.d.ts.map