@formio-tmt/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
10 lines • 345 B
TypeScript
import * as i0 from "@angular/core";
export declare class GridService {
rows: Array<any>;
constructor();
setRows(rows: any): void;
getFormsPerPage(): number;
static ɵfac: i0.ɵɵFactoryDeclaration<GridService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GridService>;
}
//# sourceMappingURL=grid.service.d.ts.map