UNPKG

zent

Version:

一套前端设计语言和基于React的实现

11 lines (10 loc) 328 B
import { IPaginationLayoutOptions } from '../impl/BasePagination'; interface IPaginationLayoutPageRangeOptions extends IPaginationLayoutOptions { startDelta?: number; endDelta?: number; } export declare function getPageRange(options: IPaginationLayoutPageRangeOptions): { min: number; max: number; }; export {};