UNPKG

@benchmarkdigital/bmd-react-bootstrap

Version:

Bootstrap 5 components built with React for BMD

4 lines 154 B
import * as React from 'react'; const context = /*#__PURE__*/React.createContext(null); context.displayName = 'CardHeaderContext'; export default context;