UNPKG

data-table-kit

Version:

A simple datatable/datagrid for Angular projects

8 lines (7 loc) 216 B
import { SimpleChanges } from '@angular/core'; export declare class DataTableFloatComponent { floatWidth: number; styleOuter: any; styleInner: any; ngOnChanges(changes: SimpleChanges): void; }