diff --git a/src/Fable.Helpers.MaterialUI.Props.fs b/src/Fable.Helpers.MaterialUI.Props.fs index 5613dbc..c639edc 100644 --- a/src/Fable.Helpers.MaterialUI.Props.fs +++ b/src/Fable.Helpers.MaterialUI.Props.fs @@ -1518,14 +1518,14 @@ module Props = type [] PopoverHorizontalPosition = Left | Center | Right type [] PopoverVerticalPosition = Top | Center | Bottom type [] AnchorReference = AnchorEl | AnchorPosition | None - and AnchorPosition = { + and AnchorPosition = { left: int top: int } type PopoverHorizontalOrigin = U2 type PopoverVerticalOrigin = U2 - type PopoverOrigin = { + type PopoverOrigin = { horizontal: PopoverHorizontalOrigin vertical: PopoverVerticalOrigin } @@ -1578,7 +1578,7 @@ module Props = type [] SnackbarVerticalOrigin = Top | Center | Bottom type [] SnackbarCloseReason = Timeout | Clickaway - type SnackbarOrigin = { + type SnackbarOrigin = { vertical: SnackbarVerticalOrigin horizontal: SnackbarHorizontalOrigin }