HTMLContainer
function HTMLContainer({
children,
className,
...rest
}: HTMLContainerProps): import('react/jsx-runtime').JSX.Element
Parameters
| Name | Description |
|---|---|
| |
Returns
import('react/jsx-runtime').JSX.Element
function HTMLContainer({
children,
className,
...rest
}: HTMLContainerProps): import('react/jsx-runtime').JSX.Element
| Name | Description |
|---|---|
| |
import('react/jsx-runtime').JSX.Element