Module

YogaStories.UI.Hash

Package
purescript-yoga-stories
Repository
rowtype-yoga/purescript-yoga-stories

#Selection Source

type Selection = { exportName :: Maybe String, moduleName :: Maybe String }

#useHashRoute Source

useHashRoute :: forall hooks. Render hooks (UseEffect Unit (UseState Selection hooks)) (Selection /\ (String -> String -> Effect Unit))