UNPKG

react-patro

Version:

AD and BS Calendar functions as hooks and component

5 lines (4 loc) 195 B
/// <reference types="react" /> import { ICalendarRange } from "../types/main"; declare const NepaliCalendarRange: (props: ICalendarRange) => JSX.Element; export default NepaliCalendarRange;