Module

Halogen.Storybook.Proxy

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

#proxy Source

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.