UNPKG

date-input-control

Version:

Capture dates using day, month and year components

5 lines (4 loc) 230 B
import { Listeners } from './listeners'; export interface Options extends Partial<Listeners> { } export declare const createDateInputControl: (inputs: ArrayLike<HTMLInputElement>, options?: Options | undefined) => () => void;