@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
11 lines • 517 B
TypeScript
import { PostOnboardingHubState } from "@ledgerhq/types-live";
/**
* @returns an object representing the state that should be rendered on the post
* onboarding hub screen.
*
* This takes feature flagging into account so the logic is
* resistant to flags getting enabled/disabled over time (for a given disabled
* feature flag, the actions pointing to it will be excluded).
* */
export declare function usePostOnboardingHubState(): PostOnboardingHubState;
//# sourceMappingURL=usePostOnboardingHubState.d.ts.map