UNPKG

@intzi1992/mat-table-filter

Version:

Provides filtering support for @angular/material tables

5 lines (4 loc) 62 B
export interface ItemPair<T> { example: T; item: T; }