mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46: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
|
@ -926,7 +926,8 @@
|
|||
"element": "CheckboxSkeleton"
|
||||
},
|
||||
{ "type": "forwarded", "name": "change", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" }
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "div" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue