Type alias RenderComponent<Instance, RenderState>
RenderComponent<Instance, RenderState>: ((Component,
props,
ref,
visualState,
isStatic,
visualElement?) => any) Type declaration
- (Component, props, ref, visualState, isStatic, visualElement?): any
Parameters
Component: string | React$1.ComponentType<React$1.PropsWithChildren<unknown>>
ref: React$1.Ref<Instance>
isStatic: boolean
Returns any