import { createScroll } from './core.mjs'; export { ArrivedState, ScrollDirections, UseScrollOptions, UseScrollReturn } from './core.mjs'; import '@legendapp/state'; import '@usels/core'; import '../../types.mjs'; import '../../shared/configurable.mjs'; type UseScroll = typeof createScroll; declare const useScroll: UseScroll; export { type UseScroll, createScroll, useScroll };