UNPKG

coersystem

Version:

Library for Angular projects

6 lines (5 loc) 195 B
export interface IGridSort { columnName: string; direction: 'ascendant' | 'descendant' | 'none'; icon: 'fa-solid fa-arrow-up-wide-short' | 'fa-solid fa-arrow-down-short-wide' | ''; }