Type for crossorigin
attribute used for some HTML and SVG elements
Type for dataset
attribute that Combines data-*
properties into one object, so that it
is easier (less verbose) to specify them.
Type for fetchpriority
attribute used for some HTML and SVG elements
Type for formenctype
attribute used for some HTML and SVG elements
Type for formmethod
attribute used for some HTML and SVG elements
Type for formtarget
attribute used for some HTML and SVG elements
Type for defining the id property of HTML elements
Type of entities that can become renderable content. This type should be used when defining types of children that elements and coponents can accept. This type is also set as the Element type in the global JSX namespace.
Note that functional components and render()
methods in class-based components DO NOT need to
use this type as their return type - they can use any
. Moreover, they can return null
or
undefined
(or even true
and false
) to indicate no-content.
Type for referrerpolicy
attribute used for some HTML and SVG elements
Boolean values in aria are specified as strings
"true"
or"false"