Skip to main content

Callable

â–¸ GraphQLHOC<P>(component: (props: P) => null | ReactElement<any, string | JSXElementConstructor<any>>, options?: GraphQLHOCOptions): function

Type parameters:#

Name
P

Parameters:#

NameType
component(props: P) => null | ReactElement<any, string | JSXElementConstructor<any>>
options?GraphQLHOCOptions

Returns: (props: P) => null | ReactElement<any, string | JSXElementConstructor<any>>

Defined in: react/src/query/hoc.tsx:18

Last updated on by github-actions[bot]