vuepress-theme-hope
Version:
A light vuepress theme with tons of features
30 lines • 1.45 kB
TypeScript
import type { Slot } from "@vuepress/helper/client";
import type { SlotsType, VNode } from "vue";
import type { ArticleCoverSlotData, ArticleExcerptSlotData, ArticleInfoSlotData, ArticleTitleSlotData, BloggerInfoSlotData, HeroBackgroundSlotData, HeroInfoSlotData, HeroLogoSlotData, SidebarItemsSlotData } 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;
articleCover?: Slot<ArticleCoverSlotData>;
articleTitle?: Slot<ArticleTitleSlotData>;
articleInfo?: Slot<ArticleInfoSlotData>;
articleExcerpt?: Slot<ArticleExcerptSlotData>;
articlesBefore?: Slot;
articlesAfter?: Slot;
bloggerInfo?: Slot<BloggerInfoSlotData>;
infoBefore?: Slot;
infoAfter?: Slot;
content?: Slot;
contentBefore?: Slot;
contentAfter?: Slot;
heroInfo?: Slot<HeroInfoSlotData>;
heroLogo?: Slot<HeroLogoSlotData>;
heroBg?: Slot<HeroBackgroundSlotData>;
heroBefore?: Slot;
heroAfter?: Slot;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=Blog.d.ts.map