UNPKG

@skillbill/vuelace-3

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/@skillbill%2Fvuelace-3.svg)](https://badge.fury.io/js/@skillbill%2Fvuelace-3)

7 lines (6 loc) 185 B
export interface VLPaginatorProps { totalRows: number; rowsPerPage?: number; rowsPerPageOptions: number[]; onPaginationChange?: (page: number, limit: number) => void; }