Skip to content

Commit

Permalink
feat: add autoFocus to docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
chensara committed Apr 10, 2024
1 parent 659d0e6 commit 036a608
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12104,6 +12104,17 @@
"computed": false
}
},
"autoFocus": {
"required": false,
"tsType": {
"name": "boolean"
},
"description": "autoFocus when component mount",
"defaultValue": {
"value": "false",
"computed": false
}
},
"disabled": {
"required": false,
"tsType": {
Expand Down

0 comments on commit 036a608

Please sign in to comment.