UNPKG

ivalt-react

Version:

React hooks for iVALT Biometric Authentication

7 lines (6 loc) 202 B
export interface IValtConfig { baseURL: string; apiKey?: string; } export declare const initializeIValt: (configuration: IValtConfig) => void; export declare const getConfig: () => IValtConfig;