UNPKG

nimiq-vitepress-theme

Version:

Nimiq UI theme for VitePress

9 lines (8 loc) 438 B
import type { Plugin } from 'vite'; import { GitChangelog } from '@nolebase/vitepress-plugin-git-changelog/vite'; type GitChangelogOptions = Parameters<typeof GitChangelog>[0]; export interface NimiqVitepressVitePluginOptions { gitChangelog: GitChangelogOptions | false; } export declare function NimiqVitepressVitePlugin({ gitChangelog }: NimiqVitepressVitePluginOptions): Promise<Plugin[]>; export default NimiqVitepressVitePlugin;