mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
build docs and normalize order of blur and focus
This commit is contained in:
parent
cf8ee405af
commit
bd0444ce52
4 changed files with 5 additions and 2 deletions
1
types/Checkbox/Checkbox.svelte.d.ts
vendored
1
types/Checkbox/Checkbox.svelte.d.ts
vendored
|
@ -101,6 +101,7 @@ export default class Checkbox extends SvelteComponentTyped<
|
|||
mouseleave: WindowEventMap["mouseleave"];
|
||||
change: WindowEventMap["change"];
|
||||
blur: WindowEventMap["blur"];
|
||||
focus: WindowEventMap["focus"];
|
||||
},
|
||||
{ labelText: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue