UNPKG

@themesberg/react-bootstrap

Version:

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

9 lines (8 loc) 436 B
import { CollapseProps } from './Collapse'; import { BsPrefixRefForwardingComponent, BsPrefixAndClassNameOnlyProps } from './helpers'; export interface AccordionCollapseProps extends BsPrefixAndClassNameOnlyProps, CollapseProps { eventKey: string; } declare type AccordionCollapse = BsPrefixRefForwardingComponent<'div', AccordionCollapseProps>; declare const AccordionCollapse: AccordionCollapse; export default AccordionCollapse;