UNPKG

remark-code-title

Version:
7 lines (4 loc) 172 B
import * as mdast from 'mdast'; import * as unified from 'unified'; declare const remarkCodeTitle: unified.Plugin<[], mdast.Root>; export { remarkCodeTitle as default };