UNPKG

vuepress-plugin-md-enhance

Version:
51 lines 1.13 kB
import * as _$vue from "vue"; import { VNode } from "vue"; //#region src/client/components/KotlinPlayground.d.ts 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>; //#endregion export { _default as default }; //# sourceMappingURL=KotlinPlayground.d.ts.map