UNPKG

@themesberg/react-bootstrap

Version:

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

8 lines (7 loc) 385 B
import React from 'react'; import { BsPrefixRefForwardingComponent, BsPrefixPropsWithChildren } from './helpers'; export interface AccordionBodyProps extends BsPrefixPropsWithChildren, React.HTMLAttributes<HTMLElement> { } declare type AccordionBody = BsPrefixRefForwardingComponent<'div', AccordionBodyProps>; declare const AccordionBody: AccordionBody; export default AccordionBody;