rn-custom-style-sheet
Version:
React Native component to select a specific value from a range of values.
19 lines (18 loc) • 466 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "getBreakpointValueByIndex", {
enumerable: true,
get: function () {
return _Utility.getBreakpointValueByIndex;
}
});
Object.defineProperty(exports, "getCurrentBreakpointIndex", {
enumerable: true,
get: function () {
return _Utility.getCurrentBreakpointIndex;
}
});
var _Utility = require("./Utility");
//# sourceMappingURL=index.js.map