/** * Created by MeePwn * https://github.com/maybewaityou * * description: * */ export const Color = { red: 'red', white: 'white', blue: 'blue', black: 'black', };