UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

4 lines (3 loc) • 204 B
import Animated from 'react-native-reanimated'; import type { Primitive } from '../types'; export declare const useReactiveSharedValue: <T>(value: T) => T extends Primitive ? Animated.SharedValue<T> : T;