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 a lot of complaints about typing errors, plus it would be nice to have IDE autosuggestions. I can't find a type declaration though that can be imported to write stuff like this:
<scriptlang="ts">
importtype { Form } from'felte'// pseudocodeexportlet form:Form
</script>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm creating a reusable component in my Svelte project, and I need to have a form prop in one of my components, like this:
And in another component I use it like this:
I have a lot of complaints about typing errors, plus it would be nice to have IDE autosuggestions. I can't find a type declaration though that can be imported to write stuff like this:
Is there such a type?
Beta Was this translation helpful? Give feedback.
All reactions