UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

12 lines (11 loc) 409 B
import type { Slot } from "@vuepress/helper/client"; import type { FunctionalComponent } from "vue"; import type { BloggerInfoSlotData } from "@theme-hope/typings/slots"; import "../../styles/blog/info-panel.scss"; declare const InfoPanel: FunctionalComponent<Record<never, never>, [ ], { bloggerInfo?: Slot<BloggerInfoSlotData>; infoBefore?: Slot; infoAfter?: Slot; }>; export default InfoPanel;