GitHub

DaffSortOption

import { DaffSortOption } from '@daffodil/core'

One particular option used to sort a collection of elements;

interface DaffSortOption {
  label: string
  value: any
}