UNPKG

@progress/kendo-angular-listview

Version:

Kendo UI Angular listview component

13 lines (12 loc) 782 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { PagerType as PagerTypeSource } from '@progress/kendo-angular-pager'; /** * Defines the type that the pager [`type`]({% slug api_listview_pagersettings %}#toc-type) property accepts. * Specifies whether the pager renders a set of buttons for page control or a single HTML `input` element * ([see example]({% slug paging_listview %}#toc-pager-options)). * */ export declare type PagerType = Partial<PagerTypeSource>;