UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

14 lines 882 B
import type { Slot } from "@vuepress/helper/client"; import type { SlotsType, VNode } from "vue"; import type { PortfolioAvatarSlotData, PortfolioBackgroundSlotData, PortfolioInfoSlotData } from "@theme-hope/typings/slots"; import "../../styles/home/portfolio-home.scss"; declare const _default: import("vue").DefineComponent<{}, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, SlotsType<{ portfolioInfo?: Slot<PortfolioInfoSlotData>; portfolioAvatar?: Slot<PortfolioAvatarSlotData>; portfolioBg?: Slot<PortfolioBackgroundSlotData>; content?: Slot; contentBefore?: Slot; contentAfter?: Slot; }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=PortfolioHome.d.ts.map