Run "yarn build:docs"

This commit is contained in:
Eric Liu 2023-03-25 13:37:08 -07:00
commit a2e6822920
3 changed files with 12 additions and 3 deletions

View file

@ -5122,7 +5122,14 @@
}
],
"moduleExports": [],
"slots": [],
"slots": [
{
"name": "__default__",
"default": true,
"fallback": "{text}",
"slot_props": "{}"
}
],
"events": [
{ "type": "forwarded", "name": "click", "element": "a" },
{ "type": "forwarded", "name": "mouseover", "element": "a" },