timeline-calendar-react
Version:
A timeline calendar component for React, built with TypeScript and Vite.
5 lines (4 loc) • 397 B
TypeScript
import { TimelineCalendarProps, TimelineOptions, Department, User, RangeType, EventType, StatusType, Theme, Locale } from './types';
export type { TimelineCalendarProps, TimelineOptions, User, RangeType, EventType, StatusType, Department, Locale, Theme, };
declare const TimelineCalendar: (props: TimelineCalendarProps) => import("react/jsx-runtime").JSX.Element;
export default TimelineCalendar;