UNPKG

@ledgerhq/live-common

Version:
8 lines 527 B
import React from "react"; import { LiveAppProviderProps, LiveAppContextType } from "./types"; import { LiveAppManifest } from "../../platform/types"; export declare const liveAppContext: React.Context<LiveAppContextType>; export declare function LocalLiveAppProvider({ children, db }: LiveAppProviderProps): React.JSX.Element; export declare function useLocalLiveAppManifest(appId?: string): LiveAppManifest | undefined; export declare function useLocalLiveAppContext(): LiveAppContextType; //# sourceMappingURL=index.d.ts.map