UNPKG

lumarc-grid

Version:

lumArc Grid는 고성능, 유연하고 프레임워크에 구애받지 않는 데이터 그리드 라이브러리

15 lines 614 B
interface LumPaginationProps { currentPage: number; totalPages: number; pageSize: number; totalCount: number; onPageChange: (page: number) => void; onPageSizeChange: (pageSize: number) => void; showInfo?: boolean; showFirstLast?: boolean; siblingCount?: number; className?: string; } export declare function LumPagination({ currentPage, totalPages, pageSize, totalCount, onPageChange, showInfo, showFirstLast, siblingCount, className, }: LumPaginationProps): import("react/jsx-runtime").JSX.Element; export default LumPagination; //# sourceMappingURL=lum-pagination.d.ts.map