UNPKG

nepali-patro-datepicker-react

Version:
11 lines (7 loc) 237 B
import { JSX as JSX_2 } from 'react/jsx-runtime'; export declare const Datepicker: ({ value, onChange }: Props) => JSX_2.Element; declare type Props = { value: string; onChange: (date: string) => void; }; export { }