<T> represents the object's shape coming from the data source.
interface DikeColumnSortEvent<T extends object> { type: 'asc' | 'desc'; sortedColumn: DikeDataColumnDef<T, string | number | Date | boolean>; }
Last updated 2 years ago