UNPKG

zaman

Version:

React component that helps you to makes simple Farsi/Jalali/Shamsi date picker. It also has range date picker you can select multiple days in multiple months.

5 lines (4 loc) 217 B
import React from 'react'; import type { CalendarProps } from './Calendar.types'; declare const _default: React.ForwardRefExoticComponent<CalendarProps & React.RefAttributes<HTMLDivElement>>; export default _default;