UNPKG

@tamagui/react-native-web-lite

Version:
26 lines (25 loc) 539 B
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