UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

4 lines (3 loc) 182 B
import type { ComputedRef } from "vue"; import type { AutoLinkOptions } from "../../../shared/index.js"; export declare const useEditLink: () => ComputedRef<null | AutoLinkOptions>;