Skip to content

how to extend HTML elements like a button #3554

Answered by 657KB
ljmerza asked this question in Q&A
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

Comment options

You must be logged in to vote
0 replies
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
2 participants