Function: connectDependencies()
function connectDependencies<P>(Comp, dependencies): React.ComponentType<P>
Defined in: packages/api/tmp/univer-pro/node_modules/.pnpm/@wendellhu+redi@0.17.0/node_modules/@wendellhu/redi/esm/react-bindings/reactComponent.d.ts:10
Type Parameters
Type Parameter |
---|
P |
Parameters
Parameter | Type |
---|---|
Comp | ComponentType <P > |
dependencies | Dependency [] |
Returns
React.ComponentType
<P
>