UNPKG

@r74tech/docusaurus-plugin-panzoom

Version:

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

7 lines (6 loc) 258 B
import type { ClientModule } from '@docusaurus/types'; /** * Client module implementation. Wait a bit before trying this, some components like mermaid take a second to process / render */ declare const ZoomModule: ClientModule; export default ZoomModule;