hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.31k stars 285 forks source link

add exports svelte rules #649

Closed jerch closed 6 months ago

jerch commented 6 months ago

Shall fix #644.

Notes:

hperrin commented 6 months ago

Hey, thank you for this. Don't worry about the as unknown. Basically, we just don't want TypeScript to narrow the type when it's exported, so that works fine.