@univerjs/ui v0.4.2 • Docs
Function: ComponentContainer()
function ComponentContainer(props):
| null
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
Parameters
Parameter | Type |
---|---|
props | IComponentContainerProps |
Returns
| null
| string
| number
| boolean
| ReactElement
<any
, string
| JSXElementConstructor
<any
>>
| Iterable
<ReactNode
>
Defined in
packages/ui/src/views/components/ComponentContainer.tsx:31 (opens in a new tab)