UNPKG

use-async-resource

Version:

A custom React hook for simple data fetching with React Suspense

3 lines (2 loc) 134 B
export declare function image(imageSrc: string): Promise<string>; export declare function script(scriptSrc: string): Promise<string>;