vuepress-plugin-md-enhance
Version:
Markdown enhancement plugin for vuepress
53 lines (50 loc) • 1.09 kB
TypeScript
import * as vue from 'vue';
import { VNode } from 'vue';
declare const _default: vue.DefineComponent<vue.ExtractPropTypes<{
/**
* Mermaid id
*/
id: {
type: StringConstructor;
required: true;
};
/**
* Mermaid config
*
* Mermaid 配置
*/
code: {
type: StringConstructor;
required: true;
};
/**
* Mermaid title
*
* Mermaid 标题
*/
title: StringConstructor;
}>, () => VNode[], {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
/**
* Mermaid id
*/
id: {
type: StringConstructor;
required: true;
};
/**
* Mermaid config
*
* Mermaid 配置
*/
code: {
type: StringConstructor;
required: true;
};
/**
* Mermaid title
*
* Mermaid 标题
*/
title: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
export { _default as default };