Function: VueComponentWrapper()
function VueComponentWrapper(options): DetailedReactHTMLElement<HTMLAttributes<HTMLElement>, HTMLElement>
Defined in: submodules/univer/packages/ui/src/common/component-manager.ts:331
Parameters
Parameter | Type |
---|---|
options | { component : any ; props : Record <string , any >; } |
options.component | any |
options.props | Record <string , any > |
Returns
DetailedReactHTMLElement
<HTMLAttributes
<HTMLElement
>, HTMLElement
>