UNPKG

ng2-bs-table

Version:
8 lines (7 loc) 279 B
import { TableFilterInterfacePipe } from "../filters/table-filter-interface.pipe"; export declare class FilterEvent { pipe: TableFilterInterfacePipe; columnName: string; filter: any; constructor(pipe: TableFilterInterfacePipe, columnName: string, filter: any); }