UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

4 lines • 259 B
import type { SharedValue } from 'react-native-reanimated'; import type { Primitive } from '../types'; export declare const useReactiveSharedValue: <T>(value: T) => T extends Primitive ? SharedValue<T> : T; //# sourceMappingURL=useReactiveSharedValue.d.ts.map