UNPKG

ng-fusion-ui

Version:

Angular data table library!

8 lines (7 loc) 194 B
import { SortDirection } from './sort-direction.model'; export interface TableActions { sortDirection: SortDirection; sortKey: string | number; pageSize: number; page: number; }