@tanstack/react-table-devtools
Version:
React devtools for TanStack Table.
9 lines • 708 B
TypeScript
import { TableDevtoolsPanel as TableDevtoolsPanel$1, TableDevtoolsReactInit } from "./ReactTableDevtools.js";
import { tableDevtoolsPlugin as tableDevtoolsPlugin$1 } from "./plugin.js";
import { UseTanStackTableDevtoolsOptions, useTanStackTableDevtools as useTanStackTableDevtools$1 } from "./useTanStackTableDevtools.js";
//#region src/index.d.ts
declare const TableDevtoolsPanel: typeof TableDevtoolsPanel$1;
declare const tableDevtoolsPlugin: typeof tableDevtoolsPlugin$1;
declare const useTanStackTableDevtools: typeof useTanStackTableDevtools$1;
//#endregion
export { TableDevtoolsPanel, type TableDevtoolsReactInit, type UseTanStackTableDevtoolsOptions, tableDevtoolsPlugin, useTanStackTableDevtools };