UNPKG

date-input-control

Version:

Capture dates using day, month and year components

2 lines (1 loc) 182 B
export declare const createDateInputControlPart: (elPrev: HTMLInputElement | null | undefined, elCurr: HTMLInputElement, elNext: HTMLInputElement | null | undefined) => () => void;