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