svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.3k stars 62 forks source link

[@svelteui/core]: Improve component typings #280

Closed BeeMargarida closed 1 year ago

BeeMargarida commented 1 year ago

Fixes #275.

Overhaul on the typings of props, events and slots of all components from @svelteuidev/core. It uses svelte/elements to allow correct typings for each component. ⚠️ This is a big one, I tested it but it might introduce some bugs, we'll see.

Another changes:

Before submitting the PR, please make sure you do the following

Tests