UNPKG

nearpay-datepicker-react

Version:

A modern React Datepicker using Tailwind CSS 3

7 lines (6 loc) 215 B
import { RefObject } from "react"; type Props = { setContextRef?: (ref: RefObject<HTMLInputElement>) => void; }; declare const Input: (e: Props) => import("react/jsx-runtime").JSX.Element; export default Input;