vuepress-theme-hope
Version:
A light vuepress theme with tons of features
5 lines • 361 B
TypeScript
import type { ThemeDataRef, ThemeLocaleDataRef } from "@vuepress/plugin-theme-data/client";
import type { ThemeData, ThemeLocaleConfig } from "../../shared/index.js";
export declare const useThemeData: () => ThemeDataRef<ThemeData>;
export declare const useThemeLocaleData: () => ThemeLocaleDataRef<ThemeLocaleConfig>;
//# sourceMappingURL=useThemeData.d.ts.map