Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-03-19 11:42:29 -07:00
commit cf6460b15c
3 changed files with 8 additions and 1 deletions

View file

@ -37,5 +37,5 @@ export interface SideNavLinkProps
export default class SideNavLink extends SvelteComponentTyped<
SideNavLinkProps,
{ click: WindowEventMap["click"] },
{ icon: {} }
{ default: {}; icon: {} }
> {}