UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

5 lines (4 loc) 106 B
export interface DokuActiveSorter { direction: '' | 'ascending' | 'descending'; column: string; }