lath
Version:
Seamless connection of pages.
8 lines (7 loc) • 406 B
TypeScript
import { Applet } from '../types';
export declare const createPullToRefreshHolder: (darkTheme: boolean, target: HTMLElement) => {
holder: HTMLDivElement;
spinner: HTMLDivElement;
holdLayer: HTMLElement;
};
export declare const registerPullDownEvent: (applet: Applet, scroller: HTMLElement, holder: HTMLElement | null, spinner: HTMLElement | null, holdLayer: HTMLElement | null) => void;