Type Alias DeclarativeElementInputErrorParams<Inputs>
DeclarativeElementInputErrorParams:Extract<keyofInputs,keyofHTMLElement>extendsnever ?[] :[ "ERROR: Cannot define an element input property that clashes with native HTMLElement properties.", ]
Verifies that the given Inputs type does not clash with built-in HTMLElement properties. This
is used within defineElement.
Verifies that the given
Inputstype does not clash with built-in HTMLElement properties. This is used within defineElement.