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

9 lines
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;