UNPKG
react-plaid-link
Version:
beta (3.6.0-beta.1)
latest (4.1.1)
4.1.1
4.0.1
4.0.0
3.6.1
3.6.0
3.6.0-beta.1
3.6.0-beta.0
3.5.2
3.5.1
3.5.0
3.4.1
3.4.0
3.4.0-beta.0
3.3.2
3.3.1
3.3.0
3.3.0-beta.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.3.0-alpha.0
2.3.0-0
2.2.3
2.2.2
2.2.1
2.2.1-beta.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
A React component for Plaid Link
github.com/plaid/react-plaid-link
plaid/react-plaid-link
react-plaid-link
/
src
/
index.ts
5 lines
(4 loc)
•
169 B
text/typescript
View Raw
1
2
3
4
5
export
{ usePlaidLink }
from
'./usePlaidLink'
;
export
{
PlaidLink
}
from
'./PlaidLink'
;
export
{
PlaidEmbeddedLink
}
from
'./PlaidEmbeddedLink'
;
export
*
from
'./types'