Skip to content

Commit

Permalink
Fix type of defaultChecked property (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
miuirussia committed Apr 3, 2023
1 parent a3406d6 commit 12cc426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions codegen/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports.types = {
"controls": "Boolean",
"dangerouslySetInnerHTML": "{ __html :: String }",
"default": "Boolean",
"defaultChecked": "Boolean",
"defer": "Boolean",
"disabled": "Boolean",
"draggable": "Boolean",
Expand Down
2 changes: 1 addition & 1 deletion src/React/Basic/DOM/Generated.purs
Original file line number Diff line number Diff line change
Expand Up @@ -8180,7 +8180,7 @@ type Props_input =
, dangerouslySetInnerHTML :: { __html :: String }
, datatype :: String
, dateTime :: String
, defaultChecked :: String
, defaultChecked :: Boolean
, defaultValue :: String
, dir :: String
, disabled :: Boolean
Expand Down

0 comments on commit 12cc426

Please sign in to comment.