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