UNPKG

react-calendar

Version:

Ultimate calendar for your React app.

6 lines (5 loc) 205 B
import React from 'react'; import Months from './YearView/Months'; type YearViewProps = React.ComponentProps<typeof Months>; export default function YearView(props: YearViewProps): JSX.Element; export {};