UNPKG

@kubb/plugin-svelte-query

Version:

Svelte Query hooks generator plugin for Kubb, creating type-safe API client hooks from OpenAPI specifications for Svelte applications.

8 lines (7 loc) 416 B
import { Options, PluginSvelteQuery, UserPluginWithLifeCycle } from "./types-rO6G9-JG.js"; //#region src/plugin.d.ts declare const pluginSvelteQueryName = "plugin-svelte-query"; declare const pluginSvelteQuery: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginSvelteQuery>; //#endregion export { type PluginSvelteQuery, pluginSvelteQuery, pluginSvelteQueryName }; //# sourceMappingURL=index.d.ts.map