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;