All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.utils.edit.isValidInputTimeValue.d.ts Maven / Gradle / Ivy

The newest version!
export declare function isValidInputTimeValue(element: HTMLInputElement & {
    type: 'time';
}, timeValue: string): boolean;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy