chore: re-install sveld and run yarn build:docs

This commit is contained in:
Eric Liu 2024-01-09 20:15:04 -08:00
commit d3e5b3dd54
5 changed files with 78 additions and 84 deletions

View file

@ -24,10 +24,10 @@ export default class ButtonSkeleton extends SvelteComponentTyped<
{
click: WindowEventMap["click"];
focus: WindowEventMap["focus"];
blur: WindowEventMap["blur"];
mouseover: WindowEventMap["mouseover"];
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
blur: WindowEventMap["blur"];
},
{}
> {}