UNPKG

react-bootstrap

Version:

Bootstrap 4 components built with React

5 lines 121 B
import React from 'react'; var FormContext = React.createContext({ controlId: undefined }); export default FormContext;