mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
feat(types): loosen type for Carbon icons #806
This commit is contained in:
parent
e7322acaae
commit
cf5a26fdd7
37 changed files with 160 additions and 160 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
/**
|
||||
* Specify the icon from `carbon-icons-svelte` to render
|
||||
* @type {typeof import("carbon-icons-svelte").CarbonIcon}
|
||||
* @type {typeof import("svelte").SvelteComponent}
|
||||
*/
|
||||
export let icon = undefined;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue