chore: adjust size type

This commit is contained in:
Enrico Sacchetti 2024-01-19 16:00:01 -05:00
commit c51c40c9f4
4 changed files with 4 additions and 4 deletions

View file

@ -465,7 +465,7 @@
"name": "size",
"kind": "let",
"description": "Specify the size of button",
"type": "\"default\" | \"field\" | \"small\" | \"lg\" | \"xl\"",
"type": "\"sm\" | \"md\" | \"lg\" | \"xl\" | \"2xl\"",
"value": "\"default\"",
"isFunction": false,
"isFunctionDeclaration": false,