UNPKG
@greenstones/react-spring
Version:
latest (0.1.0)
0.1.0
0.0.4
0.0.2
0.0.1
@greenstones/react-spring
/
dist
/
hal
/
useResourceDiscovery.d.ts
7 lines
(6 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
useResourceDiscovery
(
uri
:
string
,
linksAttr
?:
string
): {
response
:
Response
|
null
;
error
:
Error
|
null
|
undefined
;
isLoading
:
boolean
;
value
:
any
; };