UNPKG

@tanstack/react-table-devtools

Version:

React devtools for TanStack Table.

5 lines 452 B
import { TableDevtoolsReactInit } from "./ReactTableDevtools.js"; import { UseTanStackTableDevtoolsOptions, useTanStackTableDevtools } from "./useTanStackTableDevtools.js"; import { TableDevtoolsPanel } from "./production/ReactTableDevtools.js"; import { tableDevtoolsPlugin } from "./production/plugin.js"; export { TableDevtoolsPanel, type TableDevtoolsReactInit, type UseTanStackTableDevtoolsOptions, tableDevtoolsPlugin, useTanStackTableDevtools };