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
This comment about typing might be useful to this library:
How to extend prop types from HTML elements
For everyone who wants to create a wrapper component around a certain HTML element and wants a way to type "this component accepts all properties of X", here's how you do it as of Svelte version 3.55:
Svelte version 3.55 comes with a new svelte/elements export which contains typings for all regular HTML elements. It will also power the next major version of svelte-check.
This comment about typing might be useful to this library:
Originally posted by @dummdidumm in sveltejs/language-tools#442 (comment)
The text was updated successfully, but these errors were encountered: