vuepress-theme-hope
Version:
A light vuepress theme with tons of features
17 lines (16 loc) • 774 B
TypeScript
import type { Slot } from "@vuepress/helper/client";
import type { SlotsType, VNode } from "vue";
import "../../styles/base/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<{
contentBefore?: Slot;
contentAfter?: Slot;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;