UNPKG

@wagmi/vue

Version:

Vue Composables for Ethereum

16 lines (14 loc) 526 B
//////////////////////////////////////////////////////////////////////////////// // @wagmi/core/query //////////////////////////////////////////////////////////////////////////////// // biome-ignore lint/performance/noBarrelFile: entrypoint module // biome-ignore lint/performance/noReExportAll: entrypoint module export * from '@wagmi/core/query' export { type UseMutationParameters, type UseMutationReturnType, type UseQueryParameters, type UseQueryReturnType, useMutation, useQuery, } from '../utils/query.js'