UNPKG

react-native-unit-components

Version:

Unit React Native components

19 lines (18 loc) 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VARIABLES = void 0; const VARIABLES = exports.VARIABLES = { COLORS: { WHITE: '#ffffff', BLACK: '#000000', BLUE: '#005fF0', GREY: '#bbbbbb', SILVER_FLAKE: '#D5DDE0', PINK: '#FF00FF', PURPLE: '#800080', GREEN: '#008000' } }; //# sourceMappingURL=variables.js.map