Home > @findkit/ui > Sort

Sort type

New in v0.9.0

Signature:

export type Sort = {
    [field: string]: {
        $order: "asc" | "desc";
    };
};