Files
Speedtest-Tracker/conf/site/node_modules/react-bootstrap/esm/Media.d.ts
Henry Whitaker 1e25197063 Updated to v1.7.8
2020-07-20 17:20:17 +01:00

9 lines
340 B
TypeScript

import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
declare const MediaBody: BsPrefixRefForwardingComponent<"div", {}>;
declare type MediaProps = BsPrefixProps;
declare type Media = BsPrefixRefForwardingComponent<'div', MediaProps> & {
Body: typeof MediaBody;
};
declare const Media: Media;
export default Media;