UNPKG

@themesberg/react-bootstrap

Version:

Unofficial release of the react-bootstrap library with Bootstrap 5 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;