7 lines
246 B
TypeScript
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;
|