UNPKG

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

Version:
6 lines 292 B
import { type SharedValue } from "react-native-reanimated"; /** * Returns a shared value of the last value of the provided shared value. */ export declare function useLastSharedValue<T>(sharedValue: SharedValue<T>): SharedValue<T | null>; //# sourceMappingURL=use-last-shared-value.d.ts.map