UNPKG

186 BTypeScriptView Raw
1import React from 'react';
2interface FormContextType {
3 controlId: any;
4 custom?: boolean;
5}
6declare const FormContext: React.Context<FormContextType>;
7export default FormContext;