UNPKG

@react-native-ohos/pull-to-refresh

Version:
11 lines (9 loc) 453 B
import codegenNativeComponent from "react-native/Libraries/Utilities/codegenNativeComponent" import {DirectEventHandler } from "react-native/Libraries/Types/CodegenTypes"; import { HostComponent, ViewProps, } from 'react-native' export interface NativePullToRefreshProps extends ViewProps { } export default codegenNativeComponent<NativePullToRefreshProps>("RNCPullToRefreshNative") as HostComponent<NativePullToRefreshProps>;