UNPKG

unlockpage-api-client

Version:

React hooks and TypeScript client for Unlockpage API

5 lines (4 loc) 205 B
export * from "./generated/api"; export * from "./generated/model"; export type { QueryClient, UseQueryOptions, UseMutationOptions, } from "@tanstack/react-query"; export type { AxiosError } from "axios";