UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

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