@kubb/plugin-vue-query
Version:
Vue Query hooks generator plugin for Kubb, creating type-safe API client hooks from OpenAPI specifications for Vue.js applications.
8 lines (7 loc) • 409 B
text/typescript
import { n as Options, r as PluginVueQuery, s as UserPluginWithLifeCycle } from "./types-DatP09Sl.cjs";
//#region src/plugin.d.ts
declare const pluginVueQueryName = "plugin-vue-query";
declare const pluginVueQuery: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginVueQuery>;
//#endregion
export { type PluginVueQuery, pluginVueQuery, pluginVueQueryName };
//# sourceMappingURL=index.d.cts.map