UNPKG

ornamentum

Version:
5 lines (4 loc) 97 B
/** * Sort order model model. */ export declare type DataTableSortOrder = '' | 'asc' | 'desc';