UNPKG

patro

Version:

AD and BS Calendar

10 lines (9 loc) 293 B
import { IUseCalendarData } from './IHooks/IUseCalendarData'; export declare namespace ICalendar { interface IProps { onChange?: (date: IUseCalendarData.IDates) => void; calendarType?: calendarType; showExtra?: boolean; } type calendarType = 'AD' | 'BS'; }