react-bootstrap
Version:
Bootstrap 5 components built with React
9 lines (8 loc) • 345 B
TypeScript
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
declare const MediaBody: BsPrefixRefForwardingComponent<"div", unknown>;
declare type MediaProps = BsPrefixProps;
declare type Media = BsPrefixRefForwardingComponent<'div', MediaProps> & {
Body: typeof MediaBody;
};
declare const Media: Media;
export default Media;