@tamagui/react-native-web-lite
Version:
React Native for Web
26 lines (25 loc) • 539 B
JavaScript
import View from "../View/index.mjs";
import { jsx } from "react/jsx-runtime";
function RefreshControl(props) {
const {
/* eslint-disable */
colors,
enabled,
onRefresh,
progressBackgroundColor,
progressViewOffset,
refreshing,
size,
tintColor,
title,
titleColor,
/* eslint-enable */
...rest
} = props;
return /* @__PURE__ */jsx(View, {
...rest
});
}
var RefreshControl_default = RefreshControl;
export { RefreshControl_default as default };
//# sourceMappingURL=index.mjs.map