UNPKG

element-internals-polyfill

Version:
7 lines (6 loc) 166 B
/** * Patch the HTMLElement prototype * * This function patches checkValidity, reportValidity and elements */ export declare function patchFormPrototype(): void;