This commit is contained in:
Eric Y Liu 2021-06-27 08:50:34 -07:00
commit 913186ef9c
8 changed files with 45 additions and 6 deletions

View file

@ -77,6 +77,7 @@ export default class Checkbox extends SvelteComponentTyped<
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
change: WindowEventMap["change"];
blur: WindowEventMap["blur"];
},
{ labelText: {} }
> {}