UNPKG

mantine-entity

Version:

A library combining Mantine, TanStack Query, and Mantine React Table for efficient entity management

5 lines (4 loc) 389 B
import { EntityProviderProps } from "./model"; import { MRT_RowData } from "mantine-react-table"; declare const EntityProvider: <T extends MRT_RowData>({ params, queryBuilder, table, form, rootConfig, q, currentPermissions, LinkComponent, requestParams, navigator, searchParams, appMainPath }: EntityProviderProps<T>) => import("react/jsx-runtime").JSX.Element; export { EntityProvider };