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
Adds JSX intrinsic element types for React 19, Preact and SolidJS. This
enables using the web component in JSX in projects with TypeScript using
these libraries, without having to manually augment the corresponding
module.
Only JSX augmentations are added because other libraries (like Svelte)
support custom elements out of the box with TypeScript.
0 commit comments