UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

6 lines (5 loc) 169 B
"use client"; import * as React from 'react'; const context = /*#__PURE__*/React.createContext(null); context.displayName = 'CardHeaderContext'; export default context;