UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

15 lines (14 loc) 796 B
import type { Slot } from "@vuepress/helper/client"; import type { SlotsType, VNode } from "vue"; import type { BloggerInfoSlotData, SidebarItemsSlotData } from "@theme-hope/typings/slots"; import "../../styles/blog/blog-main-layout.scss"; declare const _default: import("vue").DefineComponent<{}, () => VNode[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, SlotsType<{ default: Slot; navScreenTop?: Slot; navScreenBottom?: Slot; sidebarItems?: Slot<SidebarItemsSlotData>; sidebarTop?: Slot; sidebarBottom?: Slot; bloggerInfo?: Slot<BloggerInfoSlotData>; }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;