feat(types): loosen type for Carbon icons #806

This commit is contained in:
metonym 2021-10-15 07:53:58 -07:00
commit cf5a26fdd7
37 changed files with 160 additions and 160 deletions

View file

@ -4,7 +4,7 @@
/**
* Specify the icon to render
* @type {typeof import("carbon-icons-svelte").CarbonIcon}
* @type {typeof import("svelte").SvelteComponent}
*/
export let icon = undefined;