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