UNPKG

@kubb/plugin-client

Version:

API client generator plugin for Kubb, creating type-safe HTTP clients (Axios, Fetch) from OpenAPI specifications for making API requests.

13 lines (12 loc) 574 B
import { i as ReactGenerator, n as PluginClient } from "./types-DJmtgGu4.js"; //#region src/generators/clientGenerator.d.ts declare const clientGenerator: ReactGenerator<PluginClient>; //#endregion //#region src/generators/operationsGenerator.d.ts declare const operationsGenerator: ReactGenerator<PluginClient>; //#endregion //#region src/generators/groupedClientGenerator.d.ts declare const groupedClientGenerator: ReactGenerator<PluginClient>; //#endregion export { clientGenerator, groupedClientGenerator, operationsGenerator }; //# sourceMappingURL=generators.d.ts.map