@attio/react-native-bottom-sheet-toolbox
Version:
7 lines • 371 B
TypeScript
import { type SharedValue } from "react-native-reanimated";
/**
* Returns a shared value holding the last value seen of the input shared value
* prior to a current position lock being engaged.
*/
export declare function useLastSharedValueBeforeLock<T>(sharedValue: SharedValue<T>): SharedValue<T | null>;
//# sourceMappingURL=use-last-shared-value-before-lock.d.ts.map