UNPKG

usehooks-ts

Version:

React hook library, ready to use, written in Typescript.

5 lines 241 B
export declare type Status = 'idle' | 'loading' | 'ready' | 'error'; export declare type ScriptElt = HTMLScriptElement | null; declare function useScript(src: string): Status; export default useScript; //# sourceMappingURL=useScript.d.ts.map