UNPKG

vuepress-plugin-zooming

Version:
15 lines (14 loc) 337 B
import Vue from 'vue'; import { VuepressZooming } from './VuepressZooming'; declare module 'vuepress-types/types/store' { interface VuePressStore { zooming: VuepressZooming; } } declare const _default: { watch: { '$page.path'(this: Vue): void; }; mounted(this: Vue): void; }; export default _default;