UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

7 lines (6 loc) 322 B
import * as React from 'react'; import { BsPrefixRefForwardingComponent, BsPrefixProps } from './helpers'; export interface AccordionBodyProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> { } declare const AccordionBody: BsPrefixRefForwardingComponent<'div', AccordionBodyProps>; export default AccordionBody;