UNPKG

@progress/kendo-angular-pager

Version:
15 lines (14 loc) 534 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export interface PageChangeEvent { /** * The number of records to skip. */ skip: number; /** * The number of records to take. */ take: number; }