@nhost/react
Version:
Nhost React library
14 lines (13 loc) • 403 B
TypeScript
import { NhostClient } from '@nhost/nhost-js';
/**
* Use the hook `useNhostClient` to get the Nhost JavaScript client (https://docs.nhost.io/reference/javascript).
*
* @example
* ```tsx
* const nhost = useNhostClient()
* ```
*
* @docs https://docs.nhost.io/reference/react/use-nhost-client
*/
export declare const useNhostClient: () => NhostClient;
//# sourceMappingURL=useNhostClient.d.ts.map