bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 180 forks source link

Type issue #543

Open kryptus36 opened 1 year ago

kryptus36 commented 1 year ago

FormCheck.svelte has a prop "inline" that is missing on Input.svelte. It works, as it is passed through $$restProps, However typescript complains unless it's added to Input.d.ts