@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
16 lines (15 loc) • 541 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _index = require("../helpers/index.js");
var _pickerInstance = require("./picker-instance.js");
var _style = require("./style.js");
var _default = exports.default = (0, _index.attachPropertiesToComponent)(_pickerInstance.Instance, {
varCreator: _style.varCreator,
styleCreator: _style.styleCreator,
Component: _pickerInstance.Component,
PickerComponent: _pickerInstance.PickerComponent
});
//# sourceMappingURL=index.js.map
;