UNPKG

mystjs

Version:
5 lines (4 loc) 196 B
import type { Root } from 'mdast'; import type { Plugin } from 'unified'; import type { Options } from '../types'; export declare const formatHtml: Plugin<[Options['formatHtml']?], string, Root>;