mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-24 11:08:16 +08:00
6 lines
198 B
TypeScript
6 lines
198 B
TypeScript
import type { MarkdownPowerPluginOptions } from '../shared/index.js'
|
|
|
|
declare const __MD_POWER_INJECT_OPTIONS__: MarkdownPowerPluginOptions
|
|
|
|
export const pluginOptions = __MD_POWER_INJECT_OPTIONS__
|