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
First of all, compliments for a great addon that allows for creating stories in a Svelte-like manner 👍
Currently, when declaring let:args, the args themselves are typed as any. Is it possible somehow to make the types correspond to the props that are defined in the target component?
The text was updated successfully, but these errors were encountered:
First of all, compliments for a great addon that allows for creating stories in a Svelte-like manner 👍
Currently, when declaring
let:args
, the args themselves are typed asany
. Is it possible somehow to make the types correspond to the props that are defined in the target component?The text was updated successfully, but these errors were encountered: