export type { LocomotiveScrollOptions, Scroll, ScrollInstance } from 'locomotive-scroll'; export { LocomotiveScrollContext, LocomotiveScrollProvider } from './LocomotiveScroll.context'; export type { LocomotiveScrollContextValue, LocomotiveScrollProviderProps, } from './LocomotiveScroll.context'; export { useLocomotiveScroll } from './useLocomotiveScroll.hook';