UNPKG

@true-directive/grid

Version:

Angular Data Grid from Yopsilon.

16 lines (15 loc) 555 B
/** * Copyright (c) 2018-2019 Aleksey Melnikov, True Directive Company. * @link https://truedirective.com/ * @license MIT */ import { ElementRef } from '@angular/core'; import { GridStateService } from './grid-state.service'; import { GridLayout } from '@true-directive/base'; import { BaseComponent } from './base.component'; export declare class GridFooterComponent extends BaseComponent { state: GridStateService; private elementRef; layout: GridLayout; constructor(state: GridStateService, elementRef: ElementRef); }