vuepress-theme-hope
Version:
A light vuepress theme with tons of features
8 lines • 496 B
TypeScript
import type { BlogPluginPageData } from "@vuepress/plugin-blog";
import type { GitPluginPageData } from "@vuepress/plugin-git";
import type { ReadingTimePluginPageData } from "@vuepress/plugin-reading-time";
import type { SeoPluginPageData } from "@vuepress/plugin-seo";
export interface ThemePageData extends BlogPluginPageData, Partial<GitPluginPageData>, Partial<ReadingTimePluginPageData>, Partial<SeoPluginPageData> {
filePathRelative: string | null;
}
//# sourceMappingURL=page.d.ts.map