Button: fix web-types type props (#22281)

type属性少了个引号,会导致webstorm无法识别type="text"的情况
This commit is contained in:
Hao 2023-02-09 22:24:21 +08:00 committed by GitHub
parent 796a2238cc
commit d3f88b2406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -371,7 +371,7 @@
{
"name": "type",
"description": "Button type",
"type": "'primary' | 'success' | 'warning' | 'danger' | 'info' | 'text"
"type": "'primary' | 'success' | 'warning' | 'danger' | 'info' | 'text'"
},
{
"name": "plain",