UNPKG

@ledgerhq/live-common

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