UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

3 lines (2 loc) 120 B
export type ScrollDirection = 'up' | 'down' | 'unknown'; export declare function useScrollDirection(): ScrollDirection;