UNPKG

@attio/react-native-bottom-sheet-toolbox

Version:
8 lines 283 B
/** * Returns the direction the bottom sheet is moving in. * +1 = moving up * 0 = not moving * -1 = moving down */ export declare function useBottomSheetDirection(): import("react-native-reanimated").DerivedValue<number>; //# sourceMappingURL=use-bottom-sheet-direction.d.ts.map