@tanstack/angular-table-devtools
Version:
Angular devtools for TanStack Table.
9 lines • 731 B
TypeScript
import { tableDevtoolsPlugin as tableDevtoolsPlugin$1 } from "./plugin.js";
import { TableDevtoolsAngularInit, TableDevtoolsPanel as TableDevtoolsPanel$1 } from "./TableDevtools.js";
import { InjectTanStackTableDevtoolsOptions, injectTanStackTableDevtools as injectTanStackTableDevtools$1 } from "./injectTanStackTableDevtools.js";
//#region src/index.d.ts
declare const TableDevtoolsPanel: typeof TableDevtoolsPanel$1;
declare const tableDevtoolsPlugin: typeof tableDevtoolsPlugin$1;
declare const injectTanStackTableDevtools: typeof injectTanStackTableDevtools$1;
//#endregion
export { type InjectTanStackTableDevtoolsOptions, type TableDevtoolsAngularInit, TableDevtoolsPanel, injectTanStackTableDevtools, tableDevtoolsPlugin };