UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

31 lines 1.11 kB
import type { ReadingTime, ReadingTimeLocale } from "@vuepress/plugin-reading-time/client"; import type { PropType, VNode } from "vue"; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * Reading time information * * 阅读时间信息 */ readingTime: PropType<ReadingTime | null>; /** * Reading time locale * * 阅读时间语言环境 */ readingTimeLocale: PropType<ReadingTimeLocale | null>; }>, () => VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Reading time information * * 阅读时间信息 */ readingTime: PropType<ReadingTime | null>; /** * Reading time locale * * 阅读时间语言环境 */ readingTimeLocale: PropType<ReadingTimeLocale | null>; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=WordInfo.d.ts.map