UNPKG

@taiga-ui/addon-table

Version:

A library to display tabled data with filters, search, group actions, etc.

2 lines (1 loc) 55 B
export type TuiComparator<T> = (a: T, b: T) => number;