Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-03-19 11:31:36 -07:00
commit f51e6eddbb
9 changed files with 91 additions and 27 deletions

View file

@ -55,5 +55,5 @@ export default class Link extends SvelteComponentTyped<
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
},
{ default: {} }
{ default: {}; icon: {} }
> {}