UNPKG

react-chrono-extra

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