mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(types): prefix icon type with "typeof"
This commit is contained in:
parent
26ce330e1d
commit
7a1480f0ed
16 changed files with 64 additions and 49 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
/**
|
||||
* Specify the icon to render
|
||||
* @type {import("carbon-icons-svelte").CarbonIcon}
|
||||
* @type {typeof import("carbon-icons-svelte").CarbonIcon}
|
||||
*/
|
||||
export let icon = undefined;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue