Container
▸ Container(props): null | ReactElement<any, string | JSXElementConstructor<any>>
Wraps Content component to support Container Queries
Parameters
| Name | Type |
|---|---|
props | ContainerProps & RefAttributes<HTMLDivElement> |
Returns
null | ReactElement<any, string | JSXElementConstructor<any>>
Example
<Container>
<Content>...</Content>
</Container>Defined in
node_modules/.pnpm/@types+react@18.2.14/node_modules/@types/react/ts5.0/index.d.ts:355