@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
8 lines • 312 B
TypeScript
export declare const useOFACGeoBlockCheck: ({ onFinish, geoBlockingFeatureFlagKey, }: {
onFinish?: (() => void) | undefined;
geoBlockingFeatureFlagKey: "llmOfacGeoBlocking" | "lldOfacGeoBlocking";
}) => {
blocked: boolean;
isLoading: boolean;
};
//# sourceMappingURL=useOFACGeoBlockCheck.d.ts.map