svelte-ionic-app
svelte-ionic-app copied to clipboard
Improving types
https://github.com/Tommertom/svelte-ionic-app/blob/e4c7652342c49376dfe74d2d8e41288a36fceacd/index.d.ts#L558C12
For boolean attributes, the correct value type would be:
type Boolean = `${boolean}` | boolean | undefined | null;