Module

Halogen.Storybook.Proxy

Package
purescript-halogen-storybook
Repository
rnons/purescript-halogen-storybook

A proxy that hides both the Query and Message of wrapped component. Adapted from Halogen.Component.Proxy.

#ProxyS Source

data ProxyS f i a

#proxy Source

proxy :: forall m o i f. Component HTML f i o m -> Component HTML (ProxyS (Const Void) i) i Void m

A proxy that hides both the Query and Message of wrapped component.