UNPKG

@tamagui/react-native-web-lite

Version:
27 lines (26 loc) 553 B
import { View } from "../View/index"; 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, RefreshControl_default as default }; //# sourceMappingURL=index.js.map