UNPKG

date-input-control-react

Version:

Capture dates using day, month and year components in React

4 lines (3 loc) 205 B
/// <reference types="react" /> import { Options } from 'date-input-control'; export declare const useDateInputControl: (options?: Options | undefined) => import("react").RefObject<HTMLInputElement>[];