UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

26 lines (25 loc) 956 B
import type { Slot } from "@vuepress/helper/client"; import type { PropType, SlotsType, VNode } from "vue"; import type { PageHeader } from "vuepress/client"; import type { TocSlotData } from "@theme-hope/typings/slots"; import "../../styles/info/toc.scss"; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * TOC items config * * TOC 项目配置 */ items: PropType<PageHeader[]>; }>, () => VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * TOC items config * * TOC 项目配置 */ items: PropType<PageHeader[]>; }>> & Readonly<{}>, {}, SlotsType<{ toc?: Slot<TocSlotData>; tocBefore?: Slot; tocAfter?: Slot; }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;