UNPKG

243 BTypeScriptView Raw
1import * as React from 'react';
2import { FormControlState } from './FormControl.types';
3/**
4 * @ignore - internal component.
5 */
6declare const FormControlContext: React.Context<FormControlState | undefined>;
7export default FormControlContext;