vuepress-theme-hope
Version:
A light vuepress theme with tons of features
32 lines • 1.1 kB
TypeScript
import type { GetHeadersOptions } from "@vuepress/helper/client";
import type { PropType, SlotsType, VNode } from "vue";
import type { PageHeader } from "vuepress/client";
import "../styles/toc.scss";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* TOC items config
*
* TOC 项目配置
*/
items: PropType<PageHeader[]>;
/**
* Header options
*/
options: PropType<GetHeadersOptions>;
}>, () => VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* TOC items config
*
* TOC 项目配置
*/
items: PropType<PageHeader[]>;
/**
* Header options
*/
options: PropType<GetHeadersOptions>;
}>> & Readonly<{}>, {}, SlotsType<{
before?: () => VNode[] | VNode | null;
after?: () => VNode[] | VNode | null;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=TOC.d.ts.map