UNPKG

322 BTypeScriptView Raw
1import * as React from 'react';
2import { BsPrefixRefForwardingComponent, BsPrefixProps } from './helpers';
3export interface AccordionBodyProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
4}
5declare const AccordionBody: BsPrefixRefForwardingComponent<'div', AccordionBodyProps>;
6export default AccordionBody;