UNPKG

mantine-react-table

Version:

A fully featured Mantine implementation of TanStack React Table V8, written from the ground up in TypeScript.

3 lines (2 loc) 225 B
import { type MRT_TableInstance, type MRT_TableOptions } from './types'; export declare const useMantineReactTable: <TData extends Record<string, any> = {}>(tableOptions: MRT_TableOptions<TData>) => MRT_TableInstance<TData>;