UNPKG

vuepress-plugin-md-enhance

Version:
51 lines (48 loc) 1.1 kB
import * as vue from 'vue'; import { VNode } from 'vue'; declare const _default: vue.DefineComponent<vue.ExtractPropTypes<{ /** * Playground file data * * 演示文件数据 */ files: { type: StringConstructor; required: true; }; /** * Playground title * * 演示标题 */ title: StringConstructor; /** * Playground settings * * 演示设置 */ settings: StringConstructor; }>, () => VNode, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{ /** * Playground file data * * 演示文件数据 */ files: { type: StringConstructor; required: true; }; /** * Playground title * * 演示标题 */ title: StringConstructor; /** * Playground settings * * 演示设置 */ settings: StringConstructor; }>> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>; export { _default as default };