UNPKG

tsinsim

Version:

An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.

11 lines (10 loc) 215 B
export declare enum ButtonTextColour { COLOR_LIGHT_GREY = 0, COLOR_YELLOW = 1, COLOR_BLACK = 2, COLOR_WHITE = 3, COLOR_GREEN = 4, COLOR_RED = 5, COLOR_PALE_BLUE = 6, COLOR_GREY = 7 }