UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

7 lines • 322 B
import type { ScrollEventsHandlersHookType } from '../types'; export type ScrollEventContextType = { initialContentOffsetY: number; shouldLockInitialPosition: boolean; }; export declare const useScrollEventsHandlersDefault: ScrollEventsHandlersHookType; //# sourceMappingURL=useScrollEventsHandlersDefault.d.ts.map