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

@ -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" }