UNPKG

zero-dependency-bottom-sheet

Version:

A zero-dependency, customizable React bottom sheet component with drag gestures, snap points, and TypeScript support

8 lines (7 loc) 176 B
interface UseDirection { height: number; } declare function useDirection({ height }: UseDirection): { turningPoint: number | undefined; }; export default useDirection;