UNPKG
@nylas/nylas-react
Version:
latest (0.1.0)
0.1.0
React SDK for the Nylas Platform API
github.com/nylas/nylas-react
nylas/nylas-react
@nylas/nylas-react
/
lib
/
index.js
3 lines
(2 loc)
•
131 B
JavaScript
View Raw
1
2
3
export
{
default
as
NylasProvider
, }
from
'./nylas-provider'
;
export
{
default
as
NylasContext
, useNylas }
from
'./nylas-context'
;