fix(theme): fix MarkdownOptions types
This commit is contained in:
parent
ecf100cfc6
commit
9fe294b9dd
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user