@alauda-fe/common
Version:
Alauda frontend team common codes.
14 lines (13 loc) • 572 B
TypeScript
import { TranslateService } from '../../translate/public-api';
import * as i0 from "@angular/core";
export declare class AuiPaginatorIntl {
private readonly translate;
readonly changes: import("rxjs").Observable<string>;
get itemsPerPageLabel(): string;
get jumperLabelPrefix(): string;
get jumperLabelSuffix(): string;
getTotalLabel: (length: number) => string;
constructor(translate: TranslateService);
static ɵfac: i0.ɵɵFactoryDeclaration<AuiPaginatorIntl, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AuiPaginatorIntl>;
}