fix(theme): fix MarkdownOptions types

This commit is contained in:
pengzhanbo 2026-04-02 21:15:33 +08:00
parent ecf100cfc6
commit 9fe294b9dd

View File

@ -12,7 +12,7 @@ import type { MarkdownPowerPluginOptions } from 'vuepress-plugin-md-power'
*/ */
export interface MarkdownOptions extends MarkdownPowerPluginOptions, export interface MarkdownOptions extends MarkdownPowerPluginOptions,
MarkdownChartPluginOptions, MarkdownChartPluginOptions,
Pick<MarkdownHintPluginOptions, 'alert' | 'hint'> { Partial<Pick<MarkdownHintPluginOptions, 'alert' | 'hint'>> {
/** /**
* *
* @deprecated use `demo` instead * @deprecated use `demo` instead