Module

HeroUI.ScrollShadow

Package
purescript-yoga-heroui
Repository
rowtype-yoga/purescript-yoga-heroui

#ScrollShadowProps Source

type ScrollShadowProps :: Row Type -> Row Typetype ScrollShadowProps r = (className :: String, hideScrollBar :: Boolean, isEnabled :: Boolean, offset :: Int, onVisibilityChange :: EffectFn1 Foreign Unit, orientation :: Orientation, size :: Int, visibility :: ScrollShadowVisibility | r)

#scrollShadow Source

scrollShadow :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (ScrollShadowProps ())) => Record givenProps -> kids -> JSX