UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

17 lines (16 loc) 951 B
import type { Slot } from "@vuepress/helper/client"; import type { SlotsType, VNode } from "vue"; import type { ArticleCoverSlotData, ArticleExcerptSlotData, ArticleInfoSlotData, ArticleTitleSlotData, BloggerInfoSlotData } 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; articleCover?: Slot<ArticleCoverSlotData>; articleTitle?: Slot<ArticleTitleSlotData>; articleInfo?: Slot<ArticleInfoSlotData>; articleExcerpt?: Slot<ArticleExcerptSlotData>; articlesBefore?: Slot; articlesAfter?: Slot; bloggerInfo?: Slot<BloggerInfoSlotData>; infoBefore?: Slot; infoAfter?: Slot; }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;