UNPKG

flexible-calendar-ui

Version:

Customizable React calendar components with monthly and yearly views

6 lines (5 loc) 170 B
import React from 'react'; import { CalendarProps } from './types'; import './styles.css'; declare const Calendar: React.FC<CalendarProps>; export default Calendar;