UNPKG

@nolebase/vitepress-plugin-git-changelog

Version:

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

7 lines (6 loc) 163 B
export declare const useI18n: () => { t(key: string, translateOptions?: { props?: Record<string, any>; omitEmpty?: boolean; }): string; };