hirsun-vuepress-theme-hope-plus
Version:
A light vuepress theme with tons of features and typewriter effect
8 lines (7 loc) • 462 B
TypeScript
import type { GitPluginPageData } from "@vuepress/plugin-git";
import type { BlogPluginPageData } from "vuepress-plugin-blog2";
import type { ReadingTimePluginPageData } from "vuepress-plugin-reading-time2";
import type { SeoPluginPageData } from "vuepress-plugin-seo2";
export interface ThemePageData extends BlogPluginPageData, Partial<GitPluginPageData>, Partial<ReadingTimePluginPageData>, Partial<SeoPluginPageData> {
filePathRelative: string | null;
}