Module

VISX.Util.SVG.Pattern

Package
purescript-visx
Repository
i-am-the-slime/purescript-visx

#PatternProps Source

type PatternProps :: Row Typetype PatternProps = (children :: Array JSX, height :: Number, id :: String, width :: Number)

#circles Source

circles :: forall attrs attrs_. Union attrs attrs_ CirclesProps => ReactComponent { height :: Number, id :: String, width :: Number | attrs }

#lines Source

lines :: forall attrs attrs_. Union attrs attrs_ LinesProps => ReactComponent { height :: Number, id :: String, width :: Number | attrs }

#PatternOrientation Source