// enums import { ScrollEventAction } from '../enums'; export interface ScrollEvent { eventAction: ScrollEventAction; isScrollBarShowing?: boolean; scrollPosition?: number; }