UNPKG

257 BTypeScriptView Raw
1import React from 'react';
2import { PropsType } from 'rmc-pull-to-refresh/lib/PropsType';
3export default class PullToRefresh extends React.Component<PropsType, any> {
4 static defaultProps: {
5 prefixCls: string;
6 };
7 render(): JSX.Element;
8}