@kubb/plugin-react-query
Version:
React Query hooks generator plugin for Kubb, creating type-safe API client hooks from OpenAPI specifications for React applications.
8 lines (7 loc) • 408 B
TypeScript
import { Options, PluginReactQuery, UserPluginWithLifeCycle } from "./types-CaU9WTtM.js";
//#region src/plugin.d.ts
declare const pluginReactQueryName = "plugin-react-query";
declare const pluginReactQuery: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginReactQuery>;
//#endregion
export { type PluginReactQuery, pluginReactQuery, pluginReactQueryName };
//# sourceMappingURL=index.d.ts.map