UNPKG

@reservoir0x/relay-kit-ui

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

14 lines 654 B
import { useQuery, type DefaultError, type QueryKey } from '@tanstack/react-query'; type ENSResolverResponse = { address?: string; name?: string; shortName?: string; displayName?: string; shortAddress?: string; avatar?: string; }; type QueryType = typeof useQuery<ENSResolverResponse, DefaultError, ENSResolverResponse, QueryKey>; type QueryOptions = Parameters<QueryType>['0']; declare const _default: (address?: string, queryOptions?: Partial<QueryOptions>) => import("@tanstack/react-query").UseQueryResult<ENSResolverResponse, Error> & ENSResolverResponse; export default _default; //# sourceMappingURL=useENSResolver.d.ts.map