UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

9 lines 345 B
import type { ComputedRef } from "vue"; import type { AutoLinkOptions } from "../../shared/index.js"; interface RelatedLinks { prevLink: ComputedRef<AutoLinkOptions | null>; nextLink: ComputedRef<AutoLinkOptions | null>; } export declare const useRelatedLinks: () => RelatedLinks; export {}; //# sourceMappingURL=useRelatedLinks.d.ts.map