Module

Clappr.Plugins.ResponsiveContainer

Package
purescript-clappr
Repository
paluh/purescript-clappr

#responsiveContainer Source

#NativeOptionsRow Source

type NativeOptionsRow r = (height :: Number, width :: Number | r)

#setup Source

setup :: forall r. Lacks "width" r => Lacks "height" r => { height :: Number, width :: Number } -> NativeOptions r -> NativeOptions (NativeOptionsRow r)