module Internal.UIItem ( UIItem (UIItem), Placement, Widget, Window ) where import {-# SOURCE #-} Internal.UICircuit as UICircuit newtype UIItem item uiBackend era i o = UIItem (UICircuit item uiBackend era i o) type family Placement item uiBackend :: * data Widget data Window