UNPKG

@c-standard/angular-devui-extension

Version:

an extensional components lib for devui

10 lines (9 loc) 197 B
export interface DSort { name?: string; direction: '' | 'ASC' | 'DESC'; } export interface DFilter { name?: string; salt?: string; value?: undefined | null | string; }