Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-05-12 20:16:06 -07:00
commit d4cf087050
3 changed files with 13 additions and 7 deletions

View file

@ -4573,8 +4573,9 @@
}
],
"events": [
{ "type": "forwarded", "name": "click", "element": "button" },
{ "type": "dispatched", "name": "close" }
{ "type": "dispatched", "name": "open", "detail": "null" },
{ "type": "dispatched", "name": "close", "detail": "null" },
{ "type": "forwarded", "name": "click", "element": "button" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "button" }