UNPKG

react-chrono-extra

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