DEV Community

Discussion on: How to build a reusable component library using Svelte and Storybook

Collapse
 
danielrios549 profile image
Daniel Rios

How to get the props types and default values by default? Svelte uses export to create props, with Typescript it wouldn't be difficult to get this automatically...