UNPKG

react-native-ios-utilities

Version:
7 lines (6 loc) 169 B
import type * as React from "react"; export type RefProp<T> = | React.Ref<T> | React.LegacyRef<T> | React.MutableRefObject<T | undefined> | undefined;