Public function

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

{ children, className, ...rest }

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

HTMLContainerProps

Source

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

HIT_TEST_MARGINHTMLContainerProps