UNPKG

@nolebase/vitepress-plugin-git-changelog

Version:

A VitePress plugin that adds a changelog fetched from git to your documentation.

5 lines (4 loc) 247 B
import type { Locale } from './types'; import { defaultEnLocale, defaultRuLocale, defaultZhCNLocale } from '../locales'; export { defaultEnLocale, defaultRuLocale, defaultZhCNLocale, }; export declare const defaultLocales: Record<string, Locale>;