UNPKG

@b8safe/react-native-safe

Version:
7 lines 523 B
/// <reference types="react" /> import { type RTCConnectionInterface } from './functions/RTCConnectionInterface'; export declare function getIntegrityToken(payload?: object, type?: TokenType): Promise<string | null>; export declare const B8SafeProvider: import("react").FC<import("./contexts/B8Safe").Configuration>; export declare const useB8SafeService: () => RTCConnectionInterface | null; export declare const Camera: import("react").FC<import("./screens/Camera").CameraScreenProps>; //# sourceMappingURL=index.d.ts.map