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) 378 B
import type { ActiveHeaderLinksPluginOptions } from '@vuepress/plugin-active-header-links'; import type { DefaultThemePluginsOptions } from '../../shared'; /** * Resolve options for @vuepress/plugin-active-header-links */ export declare const resolveActiveHeaderLinksPluginOptions: (themePlugins: DefaultThemePluginsOptions) => ActiveHeaderLinksPluginOptions | boolean;