rn-custom-style-sheet
Version:
React Native component to select a specific value from a range of values.
13 lines (12 loc) • 309 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "styled", {
enumerable: true,
get: function () {
return _CustomStyleComponent.styled;
}
});
var _CustomStyleComponent = require("./CustomStyleComponent");
//# sourceMappingURL=index.js.map