UNPKG

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