@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
5 lines • 324 B
TypeScript
import type { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets";
import type { SendFlowUiConfig } from "./types";
export declare const DEFAULT_SEND_UI_CONFIG: SendFlowUiConfig;
export declare function getSendUiConfig(currency: CryptoOrTokenCurrency | null): SendFlowUiConfig;
//# sourceMappingURL=uiConfig.d.ts.map