export declare enum Direction { Up = "UP", Down = "DOWN", Stale = "STALE" } /** * Hook to get the scroll direction: up/down/stale */ export default function useScrollDirection(threshold?: number): Direction; //# sourceMappingURL=use-scroll-direction.d.ts.map