vuepress-theme-hope
Version:
A light vuepress theme with tons of features
16 lines • 792 B
TypeScript
import type { SlotsType, VNode } from "vue";
import "../styles/markdown-content.scss";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/** whether use customized layout */
custom: BooleanConstructor;
}>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/** whether use customized layout */
custom: BooleanConstructor;
}>> & Readonly<{}>, {
custom: boolean;
}, SlotsType<{
before?: () => VNode[] | VNode | null;
after?: () => VNode[] | VNode | null;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=MarkdownContent.d.ts.map