UNPKG

react-native-ios-utilities

Version:

Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI

3 lines 194 B
import type * as React from "react"; export type RefProp<T> = React.Ref<T> | React.LegacyRef<T> | React.MutableRefObject<T | undefined> | undefined; //# sourceMappingURL=SharedPropTypes.d.ts.map