vuepress-theme-hope
Version:
A light vuepress theme with tons of features
5 lines (4 loc) • 311 B
TypeScript
import type { ThemeDataRef, ThemeLocaleDataRef } from "@vuepress/plugin-theme-data/client";
import type { ThemeData, ThemeLocaleConfig } from "../../shared/index.js";
export declare const useTheme: () => ThemeDataRef<ThemeData>;
export declare const useThemeLocale: () => ThemeLocaleDataRef<ThemeLocaleConfig>;