/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { PageSizeItem as PagerPageSizeItem } from '@progress/kendo-angular-pager'; /** * Defines the type that the pager [`pageSizeValues`](https://www.telerik.com/kendo-angular-ui/components/listview/api/pagersettings#pagesizevalues) property accepts. * Specifies the text and value of each page size item * ([see example](https://www.telerik.com/kendo-angular-ui/components/listview/paging#pager-options)). */ export interface PageSizeItem extends PagerPageSizeItem { }