UNPKG

@greenstones/react-spring

Version:

7 lines (6 loc) 192 B
export declare function useResourceDiscovery(uri: string, linksAttr?: string): { response: Response | null; error: Error | null | undefined; isLoading: boolean; value: any; };