sort-direction.d-CF7VUsH-.d.ts 79 B

123
  1. type SortDirection = 'asc' | 'desc' | '';
  2. export type { SortDirection as S };