chore: rebuild types, docs

This commit is contained in:
Eric Liu 2020-11-26 16:31:13 -08:00
commit 75d7d36884
25 changed files with 191 additions and 151 deletions

View file

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