Files
Speedtest-Tracker/conf/site/node_modules/react-bootstrap/cjs/Media.d.ts
2020-07-08 12:08:03 +01:00

9 lines
338 B
TypeScript

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