vuepress-theme-hope
Version:
A light vuepress theme with tons of features
29 lines (28 loc) • 1.34 kB
TypeScript
import type { Slot } from "@vuepress/helper/client";
import type { SlotsType, VNode } from "vue";
import type { HeroBackgroundSlotData, HeroInfoSlotData, HeroLogoSlotData, PortfolioAvatarSlotData, PortfolioBackgroundSlotData, PortfolioInfoSlotData, SidebarItemsSlotData, TocSlotData } from "@theme-hope/typings/slots";
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;
pageTop?: Slot;
pageBottom?: Slot;
content?: Slot;
contentBefore?: Slot;
contentAfter?: Slot;
toc?: Slot<TocSlotData>;
tocBefore?: Slot;
tocAfter?: Slot;
heroInfo?: Slot<HeroInfoSlotData>;
heroLogo?: Slot<HeroLogoSlotData>;
heroBg?: Slot<HeroBackgroundSlotData>;
heroBefore?: Slot;
heroAfter?: Slot;
portfolioInfo?: Slot<PortfolioInfoSlotData>;
portfolioAvatar?: Slot<PortfolioAvatarSlotData>;
portfolioBg?: Slot<PortfolioBackgroundSlotData>;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;