UNPKG

@ledgerhq/live-common

Version:
6 lines 290 B
import { Feature } from "@ledgerhq/types-live"; export declare function useCurrenciesUnderFeatureFlag(): { featureFlaggedCurrencies: Partial<Record<string, Feature<unknown> | null>>; deactivatedCurrencyIds: Set<string>; }; //# sourceMappingURL=useCurrenciesUnderFeatureFlag.d.ts.map