UNPKG

react-chrono-extra

Version:
6 lines (5 loc) 219 B
/// <reference types="@types/react" /> import { CardMediaModel } from '@models/TimelineMediaModel'; import React from 'react'; declare const CardMedia: React.FunctionComponent<CardMediaModel>; export default CardMedia;