Skip to content

How to add a new property to vbtn? #18996

Answered by EpsilonYi
EpsilonYi asked this question in Q&A
Discussion options

You must be logged in to vote

add in vite-env.d.ts

declare namespace JSX { interface IntrinsicClassAttributes { onClick?: FunctionConstructor id?: string key?: string } }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@EpsilonYi
Comment options

Answer selected by EpsilonYi
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