@bfehub/vuepress-theme-vmi
Version:
Vmi theme of VuePress
10 lines (9 loc) • 401 B
TypeScript
import type { RepoType } from './resolveRepoType.js';
export declare const editLinkPatterns: Record<Exclude<RepoType, null>, string>;
export declare const resolveEditLink: ({ docsRepo, docsBranch, docsDir, filePathRelative, editLinkPattern, }: {
docsRepo: string;
docsBranch: string;
docsDir: string;
filePathRelative: string | null;
editLinkPattern?: string;
}) => string | null;