UNPKG

react-native-photos-gallery

Version:
4 lines (3 loc) 183 B
import { ForwardedRef } from 'react'; declare const useForwardRef: <T>(ref: ForwardedRef<T>, initialValue?: any) => import("react").MutableRefObject<T>; export default useForwardRef;