UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

7 lines (6 loc) 194 B
import * as React from 'react'; interface CardHeaderContextValue { cardHeaderBsPrefix: string; } declare const context: React.Context<CardHeaderContextValue | null>; export default context;