UNPKG

@themesberg/react-bootstrap

Version:

Unofficial release of the react-bootstrap library with Bootstrap 5 components built with React

7 lines (6 loc) 185 B
import React from 'react'; export interface AccordionItemContextValue { eventKey: string; } declare const context: React.Context<AccordionItemContextValue>; export default context;