UNPKG

@vuepress/plugin-markdown-math

Version:
4 lines (3 loc) 213 B
import type { MathjaxInstance } from '@mdit/plugin-mathjax-slim'; import type { App } from 'vuepress/core'; export declare const prepareMathjaxStyle: (app: App, mathjaxInstance: MathjaxInstance) => Promise<void>;