UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

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