@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
23 lines • 2.58 kB
TypeScript
import { Feature_ProtectServicesDesktop, Feature_ProtectServicesMobile } from "@ledgerhq/types-live";
export declare function useReplacedURI(uri?: string, id?: string): string | undefined;
export declare function usePostOnboardingURI(servicesConfig: Feature_ProtectServicesDesktop | Feature_ProtectServicesMobile | null): string | undefined;
export declare function useQuickAccessURI(servicesConfig: Feature_ProtectServicesMobile | null): string | undefined;
export declare function useAlreadyOnboardedURI(servicesConfig: Feature_ProtectServicesMobile | null): string | undefined;
export declare function useHomeURI(servicesConfig: Feature_ProtectServicesMobile | null): string | undefined;
export declare function useUpsellURI(servicesConfig: Feature_ProtectServicesDesktop | null): string | undefined;
export declare function useUpsellPath(servicesConfig: Feature_ProtectServicesDesktop | null): string | undefined;
export declare function useRestore24URI(servicesConfig: Feature_ProtectServicesDesktop | null): string | undefined;
export declare function useRestore24Path(servicesConfig: Feature_ProtectServicesDesktop | null): string | undefined;
export declare function useAccountURI(servicesConfig: Feature_ProtectServicesDesktop | null): string | undefined;
export declare function useAccountPath(servicesConfig: Feature_ProtectServicesDesktop | null): string | undefined;
export declare function useAlreadySeededDeviceURI(servicesConfig: Feature_ProtectServicesDesktop | null): string | undefined;
export declare function useAlreadySeededDevicePath(servicesConfig: Feature_ProtectServicesDesktop | null): string | undefined;
export declare function useCustomURI(servicesConfig: Feature_ProtectServicesDesktop | Feature_ProtectServicesMobile | null, page?: string, source?: string, deeplinkCampaign?: string): string | undefined;
export declare function useCustomPath(servicesConfig: Feature_ProtectServicesDesktop | Feature_ProtectServicesMobile | null, page?: string, source?: string, deeplinkCampaign?: string): string | undefined;
export declare enum Source {
LLM_ONBOARDING_24 = "llm-onboarding-24",
LLD_ONBOARDING_24 = "lld-onboarding-24"
}
export declare function useTouchScreenOnboardingUpsellURI(servicesConfig: Feature_ProtectServicesDesktop | Feature_ProtectServicesMobile | null, source: Source): string | undefined;
export declare function useTouchScreenOnboardingUpsellPath(servicesConfig: Feature_ProtectServicesDesktop | Feature_ProtectServicesMobile | null, source: Source): string | undefined;
//# sourceMappingURL=recoverFeatureFlag.d.ts.map