4 lines
324 B
TypeScript
4 lines
324 B
TypeScript
import type { App } from 'vuepress';
|
|
import type { PrismjsPluginOptions } from './options.js';
|
|
export declare const prepareConfigFile: (app: App, { theme, themes, lineNumbers, notationDiff, notationErrorLevel, notationFocus, notationHighlight, notationWordHighlight, whitespace, }: PrismjsPluginOptions) => Promise<string>;
|