UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

9 lines (8 loc) 288 B
import type { Options } from "pulltorefreshjs"; /** * PullToRefresh UI * Use hammerjs or touchemulator to simulate browser as mobile device * @param props Props * @returns Component */ export declare function PullToRefreshUI(props: Options): import("react/jsx-runtime").JSX.Element;