revert change to htmlElement

This commit is contained in:
Niels Lyngsø
2024-04-17 20:28:56 +02:00
parent fdf039aff6
commit c9e7534096

View File

@@ -82,7 +82,7 @@ export declare abstract class UmbFormControlMixinElement<ValueType, DefaultValue
*/
export const UmbFormControlMixin = <
ValueType = FormDataEntryValue | FormData,
T extends HTMLElementConstructor<HTMLElement> = HTMLElementConstructor<HTMLElement>,
T extends HTMLElementConstructor<LitElement> = HTMLElementConstructor<LitElement>,
DefaultValueType = undefined,
>(
superClass: T,