UNPKG

@ledgerhq/live-common

Version:
13 lines 414 B
import { CurrencyData } from "../utils/types"; type UseLargeMoverCurrenciesParams = { ids: string[]; counterCurrency: string; }; export declare const useLargeMoverCurrencies: ({ ids, counterCurrency, }: UseLargeMoverCurrenciesParams) => { id: string; data: CurrencyData | undefined; isLoading: boolean; isError: boolean; }[]; export {}; //# sourceMappingURL=useLargeMoverCurrencies.d.ts.map