Reference

JSXIntrinsicElements

Built-in JSX element names and their attribute types.

Signature

interface JSXIntrinsicElements

Members

a: JSXHTMLAttributes<HTMLAnchorElement>
button: JSXHTMLAttributes<HTMLButtonElement>
div: JSXHTMLAttributes<HTMLDivElement>
form: JSXHTMLAttributes<HTMLFormElement> & { onSubmit?: JSXEventHandler<HTMLFormElement, SubmitEvent> }
img: JSXHTMLAttributes<HTMLImageElement>
input: JSXHTMLAttributes<HTMLInputElement>
main: JSXHTMLAttributes<HTMLElement>
option: JSXHTMLAttributes<HTMLOptionElement>
select: JSXHTMLAttributes<HTMLSelectElement>
span: JSXHTMLAttributes<HTMLSpanElement>
textarea: JSXHTMLAttributes<HTMLTextAreaElement>