hirsun-vuepress-theme-hope-plus
Version:
A light vuepress theme with tons of features and typewriter effect
9 lines (8 loc) • 545 B
TypeScript
import type { ThemeDataRef, ThemeLocaleDataRef } from "@vuepress/plugin-theme-data/client";
import type { ComputedRef } from "vue";
import type { AuthorInfo } from "vuepress-shared/client";
import type { ThemeData, ThemeLocaleConfig } from "../../shared/index.js";
export declare const useThemeData: () => ThemeDataRef<ThemeData>;
export declare const useThemeLocaleData: () => ThemeLocaleDataRef<ThemeLocaleConfig>;
export declare const useThemeAuthor: () => ComputedRef<AuthorInfo[]>;
export declare const usePure: () => ComputedRef<boolean>;