UNPKG

160 BTypeScriptView Raw
1import * as React from 'react';
2import type { ICalendarProps } from './Calendar.types';
3export declare const Calendar: React.FunctionComponent<ICalendarProps>;