Type alias SortState

SortState: "asc" | "desc" | ""

Represents the sort state of a list or table. It can take one of the following values: "asc", "desc", or "" (empty string).

Generated using TypeDoc