UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

10 lines (9 loc) 284 B
export declare const SCREEN_VIEW: { readonly HOME: "Home"; readonly COUNTDOWN: "Countdown"; readonly RACE: "Race"; readonly GAME_SUMMARY: "GameSummary"; readonly INSTRUCTION_VIDEO: "InstructionVideo"; readonly BATTLE: "Battle"; readonly DEBUG: "Debug"; };