📄 FormContext.d.ts
/home/palash/git/site/node_modules/react-bootstrap/esm/FormContext.d.ts
Language: ts • Lines: 6
import * as React from 'react';
interface FormContextType {
    controlId?: any;
}
declare const FormContext: React.Context<FormContextType>;
export default FormContext;