@nhost/react
Version:
Nhost React library
12 lines (11 loc) • 650 B
TypeScript
import { NhostClient as _VanillaNhostClient, NhostClientConstructorParams as VanillaNhostClientConstructorParams } from '@nhost/nhost-js';
/** @internal */
export declare const VanillaNhostClient: typeof _VanillaNhostClient;
export interface NhostReactClientConstructorParams extends Omit<VanillaNhostClientConstructorParams, 'start' | 'client'> {
}
export declare class NhostClient extends VanillaNhostClient {
constructor(params: NhostReactClientConstructorParams);
}
export { NHOST_REFRESH_TOKEN_KEY } from '@nhost/nhost-js';
export type { AuthMachine, NhostAuthConstructorParams } from '@nhost/nhost-js';
//# sourceMappingURL=client.d.ts.map