UNPKG

@bfehub/vuepress-theme-vmi

Version:

Vmi theme of VuePress

3 lines (2 loc) 149 B
export declare type RepoType = 'GitHub' | 'GitLab' | 'Gitee' | 'Bitbucket' | null; export declare const resolveRepoType: (repo: string) => RepoType;