-- |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