@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
7 lines • 505 B
TypeScript
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