You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have another component of my-button, he has a size and border properties, but if I pass id and role in typeScript, it will prompt me an error, props does not have this property, is there a method similar to react to inherit the type of HtmlButtonElement?
What does the proposed API look like?
Not yet
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
I have another component of
my-button
, he has asize
andborder
properties, but if I passid
androle
in typeScript, it will prompt me an error, props does not have this property, is there a method similar to react to inherit the type ofHtmlButtonElement
?What does the proposed API look like?
Not yet
The text was updated successfully, but these errors were encountered: