UNPKG

react-native-full-responsive

Version:

Create a fully responsive React Native app for all supported platforms

17 lines (16 loc) 529 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BASE_SIZES = void 0; let BASE_SIZES = /*#__PURE__*/function (BASE_SIZES) { BASE_SIZES[BASE_SIZES["xs"] = 320] = "xs"; BASE_SIZES[BASE_SIZES["sm"] = 360] = "sm"; BASE_SIZES[BASE_SIZES["md"] = 520] = "md"; BASE_SIZES[BASE_SIZES["lg"] = 680] = "lg"; BASE_SIZES[BASE_SIZES["xl"] = 740] = "xl"; BASE_SIZES[BASE_SIZES["2xl"] = 920] = "2xl"; return BASE_SIZES; }({}); exports.BASE_SIZES = BASE_SIZES; //# sourceMappingURL=types.js.map