vuepress-theme-hope
Version:
A light vuepress theme with tons of features
61 lines (60 loc) • 1.74 kB
TypeScript
import type { Slot } from "@vuepress/helper/client";
import type { SlotsType, VNode } from "vue";
import type { SidebarItemsSlotData } from "@theme-hope/typings/slots";
import "@vuepress/helper/transition/fade-in.css";
import "../../styles/base/main-layout.scss";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* Extra class of container
*
* 容器额外类名
*/
containerClass: StringConstructor;
/**
* Whether disable navbar
*
* 是否禁用导航栏
*/
noNavbar: BooleanConstructor;
/**
* Whether disable sidebar
*
* 是否禁用侧边栏
*/
noSidebar: BooleanConstructor;
/** Whether disable toc */
noToc: BooleanConstructor;
}>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Extra class of container
*
* 容器额外类名
*/
containerClass: StringConstructor;
/**
* Whether disable navbar
*
* 是否禁用导航栏
*/
noNavbar: BooleanConstructor;
/**
* Whether disable sidebar
*
* 是否禁用侧边栏
*/
noSidebar: BooleanConstructor;
/** Whether disable toc */
noToc: BooleanConstructor;
}>> & Readonly<{}>, {
noNavbar: boolean;
noSidebar: boolean;
noToc: boolean;
}, SlotsType<{
default: Slot;
navScreenTop?: Slot;
navScreenBottom?: Slot;
sidebarItems?: Slot<SidebarItemsSlotData>;
sidebarTop?: Slot;
sidebarBottom?: Slot;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;