UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

11 lines • 434 B
import type { Scrollable } from '../types'; export type ScrollEventContextType = { initialContentOffsetY: number; shouldLockInitialPosition: boolean; }; export declare const useScrollHandler: () => { scrollHandler: undefined; scrollableRef: import("react").RefObject<Scrollable>; scrollableContentOffsetY: import("react-native-reanimated").SharedValue<number>; }; //# sourceMappingURL=useScrollHandler.web.d.ts.map