chore: re-install sveld and run yarn build:docs

This commit is contained in:
Eric Liu 2024-01-09 20:15:04 -08:00
commit d3e5b3dd54
5 changed files with 78 additions and 84 deletions

View file

@ -718,10 +718,10 @@
"events": [
{ "type": "forwarded", "name": "click", "element": "a" },
{ "type": "forwarded", "name": "focus", "element": "a" },
{ "type": "forwarded", "name": "blur", "element": "a" },
{ "type": "forwarded", "name": "mouseover", "element": "a" },
{ "type": "forwarded", "name": "mouseenter", "element": "a" },
{ "type": "forwarded", "name": "mouseleave", "element": "a" },
{ "type": "forwarded", "name": "blur", "element": "div" }
{ "type": "forwarded", "name": "mouseleave", "element": "a" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "a" }