UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

7 lines (6 loc) • 270 B
import type { ScrollEventsHandlersHookType } from '../types'; export declare type ScrollEventContextType = { initialContentOffsetY: number; shouldLockInitialPosition: boolean; }; export declare const useScrollEventsHandlersDefault: ScrollEventsHandlersHookType;