UNPKG

@testing-library/user-event

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