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

@ -31,7 +31,7 @@ export interface TooltipProps
* Specify the icon from `carbon-icons-svelte` to render for the tooltip button
* Icon size must be 16px (e.g., `Add16`, `Task16`)
*/
icon?: typeof import("carbon-icons-svelte").CarbonIcon;
icon?: typeof import("svelte").SvelteComponent;
/**
* Specify the ARIA label for the tooltip button