@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
8 lines • 527 B
TypeScript
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