@@ -963,7 +963,7 @@ img :: forall attrs attrs_. Union attrs attrs_ (SharedProps Props_img) => { | a
963963#### ` Props_input `
964964
965965``` purescript
966- type Props_input = (accept :: String, alt :: String, autoCapitalize :: String, autoCorrect :: String, autoSave :: String, checked :: Boolean, defaultChecked :: String, defaultValue :: String, disabled :: Boolean, form :: String, height :: String, list :: String, max :: String , min :: String , multiple :: Boolean, name :: String, onChange :: EventHandler, pattern :: String, placeholder :: String, required :: Boolean, results :: String, size :: Number, src :: String, step :: String, title :: String, "type" :: String, value :: String, width :: String)
966+ type Props_input = (accept :: String, alt :: String, autoCapitalize :: String, autoCorrect :: String, autoSave :: String, checked :: Boolean, defaultChecked :: String, defaultValue :: String, disabled :: Boolean, form :: String, height :: String, list :: String, max :: Number , min :: Number , multiple :: Boolean, name :: String, onChange :: EventHandler, pattern :: String, placeholder :: String, required :: Boolean, results :: String, size :: Number, src :: String, step :: String, title :: String, "type" :: String, value :: String, width :: String)
967967```
968968
969969#### ` input `
@@ -1215,7 +1215,7 @@ meta :: forall attrs attrs_. Union attrs attrs_ (SharedProps Props_meta) => { |
12151215#### ` Props_meter `
12161216
12171217``` purescript
1218- type Props_meter = (children :: Array JSX, high :: String, low :: String, max :: String , min :: String , optimum :: String, value :: String)
1218+ type Props_meter = (children :: Array JSX, high :: String, low :: String, max :: Number , min :: Number , optimum :: String, value :: String)
12191219```
12201220
12211221#### ` meter `
@@ -1425,7 +1425,7 @@ pre_ :: Array JSX -> JSX
14251425#### ` Props_progress `
14261426
14271427``` purescript
1428- type Props_progress = (children :: Array JSX, max :: String , value :: String)
1428+ type Props_progress = (children :: Array JSX, max :: Number , value :: String)
14291429```
14301430
14311431#### ` progress `
@@ -2079,7 +2079,7 @@ var_ :: Array JSX -> JSX
20792079#### ` Props_video `
20802080
20812081``` purescript
2082- type Props_video = (children :: Array JSX, controls :: Boolean, height :: String, loop :: Boolean, muted :: Boolean, poster :: String, preload :: String, src :: String, width :: String)
2082+ type Props_video = (children :: Array JSX, controls :: Boolean, height :: String, loop :: Boolean, muted :: Boolean, playsInline :: Boolean, poster :: String, preload :: String, src :: String, width :: String)
20832083```
20842084
20852085#### ` video `
0 commit comments