UNPKG

@vuepress/plugin-markdown-math

Version:
4 lines (3 loc) 211 B
import type { Plugin } from 'vuepress/core'; import type { MarkdownMathPluginOptions } from './options.js'; export declare const markdownMathPlugin: ({ type, ...options }?: MarkdownMathPluginOptions) => Plugin;