Home > @findkit/ui > Sort
Sort type
New in v0.9.0
Signature:
export type Sort = {
[field: string]: {
$order: "asc" | "desc";
};
};
Home > @findkit/ui > Sort
New in v0.9.0
Signature:
export type Sort = {
[field: string]: {
$order: "asc" | "desc";
};
};