UNPKG

@spicy-ui/core

Version:

A themable and extensible React UI library, ready to use out of the box

5 lines (4 loc) 165 B
export declare function useImage(url?: string, crossOrigin?: string): { image: HTMLImageElement | undefined; status: "loading" | "loaded" | "failed"; };