UNPKG

myst-to-jats

Version:
5 lines 269 B
import type { Plugin } from 'unified'; import type { GenericParent } from 'myst-common'; export declare function tableTransform(mdast: GenericParent): void; export declare const tablePlugin: Plugin<[], GenericParent, GenericParent>; //# sourceMappingURL=tables.d.ts.map