UNPKG

@themesberg/react-bootstrap

Version:

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

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