UNPKG

@sdcx/pull-to-refresh

Version:
6 lines (5 loc) 216 B
import { ViewProps } from 'react-native'; interface NativePullToRefreshProps extends ViewProps { } export declare const NativePullToRefresh: import("react-native").HostComponent<NativePullToRefreshProps>; export {};