vuepress-theme-ccds-test
Version:
This is an anime blog theme based on vuepress, the theme is simple, colorful, versatile, and supports customization, providing multiple components to set the theme
10 lines (9 loc) • 412 B
TypeScript
import type { RepoType } from './resolveRepoType';
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;
editLinkPattern?: string | undefined;
}) => string | null;