UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

5 lines (4 loc) 176 B
/// <reference types="react" /> import { FieldContextType } from './types'; declare const FieldContext: import("react").Context<FieldContextType>; export default FieldContext;