Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-02 19:04:31 -08:00
commit 01054c4065
3 changed files with 27 additions and 42 deletions

View file

@ -11571,25 +11571,14 @@
{
"name": "value",
"kind": "let",
"description": "Specify the input value",
"type": "number | string",
"description": "Specify the input value.\n\n`value` will be set to `null` if type=\"number\"\nand the value is empty.",
"type": "null | number | string",
"value": "\"\"",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": true
},
{
"name": "type",
"kind": "let",
"description": "Specify the input type",
"type": "string",
"value": "\"\"",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
},
{
"name": "placeholder",
"kind": "let",