Module

VISX.Util.SVG.ClipPath

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

#rectClipPathImpl Source

#RectClipPathProps Source

type RectClipPathProps :: forall k. Row ktype RectClipPathProps = ()

#rectClipPath Source

rectClipPath :: forall attrs attrs_. Union attrs attrs_ RectClipPathProps => ReactComponent (Record attrs)

#circleClipPathImpl Source

#CircleClipPathProps Source

type CircleClipPathProps :: forall k. Row ktype CircleClipPathProps = ()

#circleClipPath Source

circleClipPath :: forall attrs attrs_. Union attrs attrs_ CircleClipPathProps => ReactComponent (Record attrs)