UNPKG

120 BTypeScriptView Raw
1declare module 'remark-mdx' {
2 import type * as unified from 'unified'
3
4 const mdx: unified.Attacher
5 export = mdx
6}