UNPKG

@kubb/plugin-swr

Version:

SWR hooks generator plugin for Kubb, creating type-safe data fetching hooks from OpenAPI specifications for React and Next.js applications.

6 lines (5 loc) 218 B
export { Mutation } from './Mutation.tsx' export { Query } from './Query.tsx' export { QueryOptions } from './QueryOptions.tsx' export { QueryKey } from './QueryKey.tsx' export { MutationKey } from './MutationKey.tsx'