UNPKG

@open-tender/utils

Version:

A library of utils for use with Open Tender applications that utilize our cloud-based Order API.

6 lines (5 loc) 156 B
export declare const useImage: (src: string | null | undefined) => { hasLoaded: boolean; hasError: boolean; hasStartedInitialFetch: boolean; };