UNPKG

timeline-calendar-react

Version:

A timeline calendar component for React, built with TypeScript and Vite.

8 lines (7 loc) 250 B
import { TimelineCalendarWrapperProps } from './types'; /** * TimelineCalendar Wrapper * @returns TimelineCalendar Component */ declare const TimelineCalendarWrapper: React.FC<TimelineCalendarWrapperProps>; export default TimelineCalendarWrapper;