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