Skip to content
Discussion options

You must be logged in to vote

In Preact, HTMLAttributes are defined in the JSX namespace.

import { JSX } from 'preact'

interface ButtonProp extends JSX.HTMLAttributes<HTMLButtonElement> {
  // ...
}

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@pm0u
Comment options

@rschristian
Comment options

@pm0u
Comment options

@rschristian
Comment options

Answer selected by ljmerza
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants