UNPKG

ng2-bs-table

Version:
11 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; }