@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
11 lines • 504 B
TypeScript
import { LiveConfig } from "@ledgerhq/live-config/LiveConfig";
export declare const useAppVersionBlockCheck: ({ appVersion: uncoercedAppVersion, appKey, platform, osVersion, getConfigValue, }: {
appVersion: string;
osVersion?: string | undefined;
appKey: "llm" | "lld";
platform: "ios" | "android" | "macOS" | "windows" | "linux";
getConfigValue?: typeof LiveConfig.getValueByKey | undefined;
}) => {
shouldUpdate: boolean;
};
//# sourceMappingURL=useAppVersionBlockCheck.d.ts.map