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) 240 B
import { type MRT_DefinedTableOptions, type MRT_TableInstance } from '../types'; export declare const useMRT_TableInstance: <TData extends Record<string, any> = {}>(tableOptions: MRT_DefinedTableOptions<TData>) => MRT_TableInstance<TData>;