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) • 341 B
TypeScript
import type { MediumZoomPluginOptions } from '@vuepress/plugin-medium-zoom';
import type { DefaultThemePluginsOptions } from '../../shared';
/**
* Resolve options for @vuepress/plugin-medium-zoom
*/
export declare const resolveMediumZoomPluginOptions: (themePlugins: DefaultThemePluginsOptions) => MediumZoomPluginOptions | boolean;