test/node_modules/@vuepress/plugin-back-to-top/lib/node/index.d.ts
2024-08-13 09:27:52 +08:00

7 lines
246 B
TypeScript

import { backToTopPlugin } from './backToTopPlugin.js';
export * from './backToTopPlugin.js';
export type * from './options.js';
export type * from '../shared/index.js';
/** @deprecated Use named export instead */
export default backToTopPlugin;