UNPKG
@gnosis-guild/enclave-react
Version:
latest (0.0.6-test)
0.0.6-test
0.0.5-test.22
0.0.5-test.20
React hooks and utilities for Enclave SDK
github.com/gnosisguild/enclave
gnosisguild/enclave
@gnosis-guild/enclave-react
/
dist
/
index.js
8 lines
(7 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@gnosis
-guild/enclave-react * * React hooks and utilities for Enclave SDK */
export
{ useEnclaveSDK }
from
'./useEnclaveSDK'
;
export
{
EnclaveEventType
,
RegistryEventType
}
from
'@gnosis-guild/enclave/sdk'
;