UNPKG

ng2-bs-table

Version:
9 lines (8 loc) 256 B
import { TableElementInterface } from "../common/table-element-interface"; export interface TableFilterInterface extends TableElementInterface { variable: string; /** * Template receive columnName and data */ getTemplate(): string; }