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