UNPKG

@progress/kendo-angular-listview

Version:

Kendo UI Angular listview component

13 lines (12 loc) 755 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 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`]({% slug api_listview_pagersettings %}#toc-pagesizevalues) property accepts. * Specifies the text and value of each page size item * ([see example]({% slug paging_listview %}#toc-pager-options)). */ export interface PageSizeItem extends PagerPageSizeItem { }