import Scroll from './scroll'; import { EventType, Event } from './const'; import { IEventType, IPartialOptions } from './interface'; export { Scroll, EventType, Event }; export type { IEventType, IPartialOptions };