UNPKG

@nolebase/vitepress-plugin-git-changelog

Version:

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

6 lines (5 loc) 261 B
import type { InjectionKey as VueInjectionKey } from 'vue'; import type { Options } from './types'; export declare const InjectionKey: VueInjectionKey<Options>; export declare const defaultNumCommitHashLetters = 7; export declare const defaultOptions: Options;