UNPKG

react-bootstrap

Version:

Bootstrap 4 components built with React

8 lines (7 loc) 186 B
import React from 'react'; interface FormContextType { controlId: any; custom?: boolean; } declare const FormContext: React.Context<FormContextType>; export default FormContext;