UNPKG

@testing-library/user-event

Version:
4 lines (3 loc) 132 B
export declare function isValidDateOrTimeValue(element: HTMLInputElement & { type: 'date' | 'time'; }, value: string): boolean;