Module

Halogen.Storybook.Proxy

#proxy

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

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

Modules