UNPKG

@vuepress/plugin-markdown-math

Version:
4 lines (3 loc) 249 B
import type { App } from 'vuepress'; import type { MarkdownMathPluginOptions } from '../options.js'; export declare const prepareClientConfigFile: (app: App, mathRenderer: 'katex' | 'mathjax', options: MarkdownMathPluginOptions) => Promise<string>;