UNPKG

@tanstack/angular-table-devtools

Version:

Angular devtools for TanStack Table.

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