UNPKG

relay-hooks

Version:
3 lines (2 loc) 159 B
import { IEnvironment } from 'relay-runtime'; export declare function useRelayEnvironment<TEnvironment extends IEnvironment = IEnvironment>(): TEnvironment;