Module

Clappr.Plugins.PlayerSize

Package
purescript-clappr
Repository
paluh/purescript-clappr

#Pct Source

type Pct v = (pct :: Number | v)

#_pct Source

_pct :: SProxy "pct"

#pct Source

pct :: forall v. Number -> Variant (Pct v)

#Px Source

type Px v = (px :: Number | v)

#_px Source

_px :: SProxy "px"

#px Source

px :: forall v. Number -> Variant (Px v)

#Width Source

type Width = Variant (Pct (Px ()))

#setup Source

setup :: forall r. Lacks "width" r => Lacks "height" r => { height :: Variant (Px ()), width :: Width } -> NativeOptions r -> NativeOptions (height :: String, width :: String | r)