4 lines
189 B
TypeScript
4 lines
189 B
TypeScript
import type { Plugin } from 'vuepress/core';
|
|
import type { BackToTopPluginOptions } from './options.js';
|
|
export declare const backToTopPlugin: (options?: BackToTopPluginOptions) => Plugin;
|