UNPKG

@lido-sdk/react

Version:

This project is being slowly deprecated and may not receive further updates. Check out [modern Lido SDK](https://github.com/lidofinance/lido-ethereum-sdk/pulls) to access latest functionality. It is actively maintained and is built for interacting with Li

5 lines (4 loc) 294 B
import { SWRResponse } from './useLidoSWR'; declare type useEthPriceResult = number; export declare const useEthPrice: (config?: Partial<import("swr/dist/types").PublicConfiguration<number, unknown, import("swr").Fetcher<number>>> | undefined) => SWRResponse<useEthPriceResult>; export {};