UNPKG

vuepress-theme-ccds-test

Version:

This is an anime blog theme based on vuepress, the theme is simple, colorful, versatile, and supports customization, providing multiple components to set the theme

7 lines (6 loc) 373 B
import type { GitPluginOptions } from '@vuepress/plugin-git'; import type { DefaultThemePluginsOptions, DefaultThemeLocaleOptions } from '../../shared'; /** * Resolve options for @vuepress/plugin-git */ export declare const resolveGitPluginOptions: (themePlugins: DefaultThemePluginsOptions, localeOptions: DefaultThemeLocaleOptions) => GitPluginOptions | boolean;