UNPKG

react-chrono-extra

Version:
7 lines (6 loc) 234 B
/// <reference types="@types/react" /> import { TimelineModel } from '@models/TimelineModel'; import 'focus-visible'; import React from 'react'; declare const Timeline: React.FunctionComponent<TimelineModel>; export default Timeline;