Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISortableProps<T>

Type parameters

  • T

Hierarchy

  • {}
    • ISortableProps

Index

Properties

Optional className

className: string

Optional filterClass

filterClass: string

Optional items

items: T[]

Optional onChange

onChange: (newItems: T[]) => void

Type declaration

    • (newItems: T[]): void
    • Parameters

      • newItems: T[]

      Returns void

Optional tag

tag: React.ComponentType | string

Generated using TypeDoc