UNPKG

@c10t/nice-component-library

Version:

nice-component-library

7 lines (6 loc) 140 B
export declare class TablePagingRequestModel { text: string; pageSize: number; pageNumber: number; totalElements: number; }