UNPKG

@ledgerhq/live-common

Version:
7 lines 505 B
import type { FearAndGreedLevel } from "../state-manager/types"; export declare const FEAR_AND_GREED_TRANSLATION_KEYS: Record<FearAndGreedLevel, string>; export declare const FEAR_AND_GREED_COLORS: Record<FearAndGreedLevel, string>; export declare function getFearAndGreedLevel(value: number): FearAndGreedLevel; export declare function getFearAndGreedTranslationKey(value: number): string; export declare function getFearAndGreedColorKey(value: number): string; //# sourceMappingURL=fearAndGreed.d.ts.map