Module

YogaStories.Types

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

#Config Source

type Config = { exclude :: Array String, include :: Array String, outputDir :: String }

#StoryModule Source

type StoryModule = { componentSourceCode :: Nullable String, exports :: Array String, moduleName :: String, sourceCode :: String, sourcePath :: String }

#CoreFnJson Source

type CoreFnJson = { exports :: Array String, moduleName :: Array String, modulePath :: String }