@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
10 lines (9 loc) • 454 B
TypeScript
import { MatPaginatorIntl } from '@angular/material/paginator';
import * as i0 from "@angular/core";
export declare class PaginationProvider extends MatPaginatorIntl {
constructor();
getAndInitTranslations(): void;
getRangeLabel: (page: number, pageSize: number, length: number) => string;
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationProvider, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<PaginationProvider>;
}