📄 CardSubtitle.d.ts
/home/palash/git/site/node_modules/react-bootstrap/esm/CardSubtitle.d.ts
Language: ts • Lines: 6
import * as React from 'react';
import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface CardSubtitleProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
}
declare const CardSubtitle: BsPrefixRefForwardingComponent<'div', CardSubtitleProps>;
export default CardSubtitle;