import ScrollView from './scroll'; import { Scroll, EventType, IEventType, IPartialOptions, Event } from './base/index'; export default ScrollView; export { Scroll, EventType, Event }; export type { IEventType, IPartialOptions };