@cainiaofe/cn-ui-m
Version:
15 lines (14 loc) • 508 B
TypeScript
/// <reference types="react" />
import './styles/index.scss';
import type { CnPullToRefreshProps, PullStatus } from './types';
export declare const CnPullToRefresh: {
(props: CnPullToRefreshProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
defaultProps: {
completeDelay: number;
disabled: boolean;
headHeight: number;
threshold: number;
};
};
export type { CnPullToRefreshProps, PullStatus };