Skip to content

FetchingGrapher()

function FetchingGrapher(props): 
  | ReactElement<unknown, string | JSXElementConstructor<any>>
  | null;

Parameters

Parameter Type
props FetchingGrapherProps

Returns

| ReactElement<unknown, string | JSXElementConstructor<any>> | null