yarn build:lib

This commit is contained in:
metonym 2022-01-12 16:35:47 -10:00
commit 67043ddf90
3 changed files with 15 additions and 1 deletions

View file

@ -64,5 +64,5 @@ export default class Toggle extends SvelteComponentTyped<
focus: WindowEventMap["focus"];
blur: WindowEventMap["blur"];
},
{ labelText: {} }
{ labelA: {}; labelB: {}; labelText: {} }
> {}