UNPKG

ng2-bs-table

Version:
8 lines (7 loc) 253 B
import { TableFilterInterface } from "../table-filter-interface"; export declare class TableInputFilter implements TableFilterInterface { variable: string; constructor(variable: string); getColumnName(): string; getTemplate(): string; }