UNPKG

@smartinvoicexyz/hooks

Version:

Unified source for React hooks used across the Smart Invoice protocol.

9 lines (8 loc) 205 B
import { IToken } from '@smartinvoicexyz/types'; export declare const useFetchTokens: ({ enabled }?: { enabled: boolean; }) => { data: IToken[]; error: Error | null; isLoading: boolean; };