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