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

type属性少了个引号,会导致webstorm无法识别type="text"的情况
pull/22383/head
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
1 changed files with 1 additions and 1 deletions

View File

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