UNPKG

@knowmax/genericlist-fluentuiv9

Version:

Knowmax Generic list with basic CRUD support with Fluent V9 user interface implementation.

8 lines (7 loc) 282 B
import { FunctionComponent } from "react"; import { IOrder } from "@knowmax/genericlist-core"; /** Offers sort order options. Serializes and deserializes in query params of url. */ export declare const OrderSelector: FunctionComponent<{ list: IOrder[]; listId?: string; }>;