grapefruit-ui-0.0.0.0: src/Graphics/UI/Grapefruit/Interfacing.hs
-- |This module is about creating interfaces of UI items.
module Graphics.UI.Grapefruit.Interfacing (
-- * Interfacing
Interfacing,
basic,
with,
-- * Inner components
With (With)
) where
-- Internal
import Internal.Interfacing as Interfacing