vuepress-theme-hope
Version:
A light vuepress theme with tons of features
41 lines • 2.25 kB
TypeScript
import { a as BloggerInfoSlotData, c as HeroLogoSlotData, f as SidebarItemsSlotData, i as ArticleTitleSlotData, n as ArticleExcerptSlotData, o as HeroBackgroundSlotData, r as ArticleInfoSlotData, s as HeroInfoSlotData, t as ArticleCoverSlotData } from "./slots-T4SWFCIa.js";
import * as _$vue from "vue";
import { SlotsType, VNode } from "vue";
import { Slot } from "@vuepress/helper/client";
//#region src/client/components/blog/BloggerInfo.d.ts
declare const _default$2: _$vue.DefineComponent<{}, () => VNode, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, SlotsType<{
bloggerInfo?: Slot<BloggerInfoSlotData>;
}>, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
//#endregion
//#region src/client/components/blog/SocialMedias.d.ts
declare const _default$1: _$vue.DefineComponent<{}, () => VNode | null, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
//#endregion
//#region src/client/layouts/blog/Blog.d.ts
declare const _default: _$vue.DefineComponent<{}, () => VNode, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$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, _$vue.ComponentProvideOptions, true, {}, any>;
//#endregion
export { _default$1 as n, _default$2 as r, _default as t };
//# sourceMappingURL=Blog-BhuYyPBr.d.ts.map