Module
Play.Types
- Package
- purescript-play
- Repository
- shamansir/purescript-play
#WithDefSize Source
type WithDefSize a = { def :: Def, size :: Size, v :: a }
#WithDefRect Source
type WithDefRect a = { def :: Def, rect :: Rect, v :: a }
- Modules
- Play
- Play.
Types
FixedPct Percentage FitMin { min :: Number } FitMax { max :: Number } FitMinMax { min :: Number, max :: Number }