UNPKG

date-input-control

Version:

Capture dates using day, month and year components

4 lines (3 loc) 223 B
export declare const isSelectionStart: (el: HTMLInputElement) => boolean; export declare const isSelectionEnd: (el: HTMLInputElement) => boolean; export declare const isSelectionEmpty: (el: HTMLInputElement) => boolean;