rn-custom-style-sheet
Version:
React Native component to select a specific value from a range of values.
20 lines (19 loc) • 462 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "ShortHandProperties", {
enumerable: true,
get: function () {
return _ScaleTypes.ShortHandProperties;
}
});
Object.defineProperty(exports, "scaleFunc", {
enumerable: true,
get: function () {
return _Scale.scaleFunc;
}
});
var _Scale = require("./Scale");
var _ScaleTypes = require("./ScaleTypes");
//# sourceMappingURL=index.js.map