FrontPastel/node_modules/@mui/base/FormControl/FormControlContext.d.ts

8 lines
239 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
import * as React from 'react';
import { FormControlState } from './FormControl.types';
/**
* @ignore - internal component.
*/
declare const FormControlContext: React.Context<FormControlState | undefined>;
export { FormControlContext };