UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

4 lines 207 B
import type { ComputedRef } from "vue"; import type { AuthorInfo } from "../../shared/index.js"; export declare const useAuthorInfo: () => ComputedRef<AuthorInfo>; //# sourceMappingURL=useAuthorInfo.d.ts.map