fix(types): update description for icon props #865

This commit is contained in:
metonym 2021-10-20 13:33:06 -07:00
commit ad7474f3f3
35 changed files with 119 additions and 119 deletions

View file

@ -20,7 +20,7 @@ export interface SideNavLinkProps
text?: string;
/**
* Specify the icon from `carbon-icons-svelte` to render
* Specify the icon to render
*/
icon?: typeof import("svelte").SvelteComponent;

View file

@ -15,7 +15,7 @@ export interface SideNavMenuProps
text?: string;
/**
* Specify the icon from `carbon-icons-svelte` to render
* Specify the icon to render
*/
icon?: typeof import("svelte").SvelteComponent;