UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

3 lines (2 loc) 97 B
const Sort = ['ascend', 'descend', null] as const; export type NgxSort= (typeof Sort)[number];