build docs and normalize order of blur and focus

This commit is contained in:
Nick Wing 2024-03-15 09:24:58 -05:00
commit bd0444ce52
4 changed files with 5 additions and 2 deletions

View file

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