Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-01 07:10:58 -08:00
commit 653a46a232
4 changed files with 36 additions and 7 deletions

View file

@ -13111,6 +13111,17 @@
"constant": false,
"reactive": false
},
{
"name": "open",
"kind": "let",
"description": "Set to `true` to open the tooltip",
"type": "boolean",
"value": "false",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": true
},
{
"name": "align",
"kind": "let",
@ -13166,6 +13177,8 @@
}
],
"events": [
{ "type": "dispatched", "name": "open", "detail": "any" },
{ "type": "dispatched", "name": "close", "detail": "any" },
{ "type": "forwarded", "name": "click", "element": "button" },
{ "type": "forwarded", "name": "mouseover", "element": "button" },
{ "type": "forwarded", "name": "mouseenter", "element": "button" },