export interface GridScrollParams { left: number; top: number; } export declare type GridScrollFn = (v: GridScrollParams) => void;