UNPKG

@tanstack/react-table-devtools

Version:

React devtools for TanStack Table.

6 lines 287 B
import { createReactPlugin } from "@tanstack/devtools-utils/react"; //#region src/production/plugin.d.ts type TableDevtoolsPluginFactory = ReturnType<typeof createReactPlugin>[0]; declare const tableDevtoolsPlugin: TableDevtoolsPluginFactory; //#endregion export { tableDevtoolsPlugin };