UNPKG

@ledgerhq/live-common

Version:
5 lines 324 B
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