packages feed

grapefruit-ui-0.0.0.0: src/Internal/UIItem.hs-boot

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