4 lines
171 B
TypeScript
4 lines
171 B
TypeScript
import type { ComputedRef } from 'vue';
|
|
import type { AutoLinkConfig } from 'vuepress/client';
|
|
export declare const useEditLink: () => ComputedRef<null | AutoLinkConfig>;
|