UNPKG

@studiocms/mdx

Version:

Add MDX Support to your StudioCMS project with ease!

9 lines (8 loc) 306 B
import type { EvaluateOptions } from '@mdx-js/mdx'; import type { PluggableList } from 'unified'; export interface MDXPluginOptions { remarkPlugins?: PluggableList; rehypePlugins?: PluggableList; recmaPlugins?: PluggableList; remarkRehypeOptions?: EvaluateOptions['remarkRehypeOptions']; }