From b8c128d50eebbea910f2594215f7e2819e3beccc Mon Sep 17 00:00:00 2001 From: matoruru Date: Tue, 16 Jul 2019 21:01:29 +0900 Subject: [PATCH] Add lack props for IconButton API --- src/gen/MaterialUI/IconButton.purs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/gen/MaterialUI/IconButton.purs b/src/gen/MaterialUI/IconButton.purs index 0323f55..9b55ea7 100644 --- a/src/gen/MaterialUI/IconButton.purs +++ b/src/gen/MaterialUI/IconButton.purs @@ -22,6 +22,14 @@ type IconButtonPropsO r = ( ), disabled :: Boolean, disableRipple :: Boolean, + edge :: OneOf ( + typed :: StringConst "start", + typed :: StringConst "end" + ), + size :: OneOf ( + typed :: StringConst "small", + typed :: StringConst "medium" + ), defaultChecked :: Boolean, defaultValue :: OneOf ( typed :: String,