UNPKG

rax-refreshcontrol

Version:

RefreshControl component for Rax.

8 lines (7 loc) 211 B
/// <reference types="rax" /> import { RecyclerViewProps } from './types'; declare const RefreshControl: { (props: RecyclerViewProps): JSX.Element; displayName: string; }; export default RefreshControl;