UNPKG

@mr-hope/vuepress-plugin-smooth-scroll

Version:
5 lines (4 loc) 200 B
import type { Plugin } from "@mr-hope/vuepress-types"; import type { SmoothScrollOptions } from "../types"; declare const smoothScrollPlugin: Plugin<SmoothScrollOptions>; export = smoothScrollPlugin;