Skip to content

Commit

Permalink
Fix BasePagerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr committed Sep 25, 2024
1 parent 856ea80 commit 07fc986
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions packages/devextreme/js/common.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -898,10 +898,4 @@ export type BasePagerOptions = {
* @default "Page Navigation"
*/
label?: string;

/**
* @docid
* @default [5, 10]
*/
allowedPageSizes?: Array<(number | PagerAllPagesMode)> | 'auto';
};
5 changes: 0 additions & 5 deletions packages/devextreme/ts/dx.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1367,11 +1367,6 @@ declare module DevExpress.common {
* [descr:BasePagerOptions.label]
*/
label?: string;

/**
* [descr:BasePagerOptions.allowedPageSizes]
*/
allowedPageSizes?: Array<number | PagerAllPagesMode> | 'auto';
};
export type ButtonStyle = 'text' | 'outlined' | 'contained';
export type ButtonType = 'danger' | 'default' | 'normal' | 'success';
Expand Down

0 comments on commit 07fc986

Please sign in to comment.