svelte-ionic-app icon indicating copy to clipboard operation
svelte-ionic-app copied to clipboard

Improving types

Open AlexRMU opened this issue 2 years ago • 1 comments

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;

AlexRMU avatar Nov 16 '23 06:11 AlexRMU