matyunya / smelte

UI framework with material components built with Svelte and Tailwind CSS
https://smeltejs.com/
MIT License
1.53k stars 114 forks source link

Fix List slot typings #264

Closed ChrRubin closed 2 years ago

ChrRubin commented 3 years ago

Changes the item prop type to ListItemBase instead of {}, and adds the new items slot introduced in #258.

matyunya commented 3 years ago

Thank you!