Module

Clappr.Plugins.ResponsiveContainer

Package
purescript-clappr
Repository
paluh/purescript-clappr

#responsiveContainer Source

#setup Source

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