react-native-unistyles
Version:
Level up your React Native StyleSheet
10 lines (9 loc) • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.RefreshControl = void 0;
var _reactNative = require("react-native");
var _core = require("../../core");
const RefreshControl = exports.RefreshControl = (0, _core.createUnistylesElement)(_reactNative.RefreshControl);
//# sourceMappingURL=RefreshControl.js.map