svelte-feather-icons icon indicating copy to clipboard operation
svelte-feather-icons copied to clipboard

Change SvelteComponentTyped to SvelteComponent

Open calasanmarko opened this issue 10 months ago • 1 comments

See issue https://github.com/dylanblokhuis/svelte-feather-icons/issues/26.

Typescript and svelte-check complain when using SvelteComponentTyped instead of SvelteComponent, probably related to the deprecation of the former.

This PR changes the build script to use SvelteComponent.

calasanmarko avatar Apr 07 '24 14:04 calasanmarko