Prajwal3009's picture
Upload 6939 files
b1bbd1e verified
export declare function isValidInputTimeValue(element: HTMLInputElement & {
type: 'time';
}, timeValue: string): boolean;