Type Alias ElementPropertiesOf<TN>

ElementPropertiesOf: ElementOf<TN>

Properties that can be set on the element with the specified TN tag name.

Note that methods/functions are excluded because this is used in the createElement function.

Type Parameters

  • TN extends TagName

    Tag name for the associated element.