UNPKG

vscroll

Version:
11 lines (10 loc) 372 B
import { Scroller } from '../scroller'; declare const End_base: import("../interfaces/process").IBaseProcess; export default class End extends End_base { static run(scroller: Scroller, { error }?: { error?: unknown; }): void; static calculateParams(scroller: Scroller): void; static shouldContinueRun(scroller: Scroller, error: unknown): boolean; } export {};