UNPKG

@ledgerhq/live-common

Version:
6 lines 242 B
import type { Currency } from "@ledgerhq/types-cryptoassets"; /** * Sorts the given currencies by marketcap. */ export declare const useCurrenciesByMarketcap: <C extends Currency>(currencies: C[]) => C[]; //# sourceMappingURL=hooks.d.ts.map