UNPKG

hirsun-vuepress-theme-hope-plus

Version:
9 lines (8 loc) 545 B
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>;