Public function

Signature
function SVGContainer({
  children,
  className,
  ...rest
}: SVGContainerProps): import('react/jsx-runtime').JSX.Element
Parameters
NameDescription

{ children, className, ...rest }

SVGContainerProps
Returns
import('react/jsx-runtime').JSX.Element
References

SVGContainerProps

Source

packages/editor/src/lib/components/SVGContainer.tsx

stopEventPropagationSVGContainerProps