UNPKG

@r74tech/docusaurus-plugin-panzoom

Version:

A plugin to enable the panzoom component on SVG and other elements

16 lines (15 loc) 501 B
import type { PluginModule, ThemeConfigValidationContext } from '@docusaurus/types'; import { PanZoomPluginOptions } from './PanzoomPluginOptions'; /** * Main module for the PanZoom plugin * @param context * @param options * @returns */ export declare const PanZoomPlugin: PluginModule; /** * Add a validation for the theme configuration * @param data * @returns */ export declare function validatedThemeConfig(data: ThemeConfigValidationContext<PanZoomPluginOptions>): PanZoomPluginOptions;