UNPKG

345 BTypeScriptView Raw
1import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
2declare const MediaBody: BsPrefixRefForwardingComponent<"div", unknown>;
3declare type MediaProps = BsPrefixProps;
4declare type Media = BsPrefixRefForwardingComponent<'div', MediaProps> & {
5 Body: typeof MediaBody;
6};
7declare const Media: Media;
8export default Media;