UNPKG

@sdcx/pull-to-refresh

Version:
7 lines (6 loc) 286 B
import type { HostComponent, ViewProps, CodegenTypes } from 'react-native'; export interface NativeProps extends ViewProps { requestDisallowInterceptTouchEvent?: CodegenTypes.WithDefault<boolean, true>; } declare const _default: HostComponent<NativeProps>; export default _default;