vuepress-theme-hope
Version:
A light vuepress theme with tons of features
25 lines (24 loc) • 1.27 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 } from "@theme-hope/typings/slots";
import "../../styles/blog/blog-home.scss";
declare const _default: import("vue").DefineComponent<{}, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, SlotsType<{
heroInfo?: Slot<HeroInfoSlotData>;
heroLogo?: Slot<HeroLogoSlotData>;
heroBg?: Slot<HeroBackgroundSlotData>;
heroBefore?: Slot;
heroAfter?: 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;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;