UNPKG
@tryfinch/react-connect
Version:
latest (5.0.1)
5.0.1
5.0.0
4.1.0
4.0.0
3.15.1
3.15.0
3.14.0
3.13.0
3.11.0
3.7.0
3.6.1
3.6.0
3.5.0
3.4.0
3.3.1
3.3.0
3.1.1
3.1.0
3.0.0
2.8.1
2.8.0
The SDK for Finch's authorization flow, Finch Connect
tryfinch.com
Finch-API/finch-connect-sdk
@tryfinch/react-connect
/
dist
/
react.d.ts
7 lines
(6 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ConnectInitializeArgs
,
OpenFn
,
OpenPreviewFn
}
from
'./types'
;
export
*
from
'./types'
;
export
declare
const
useFinchConnect
:
(
initializeArgs
:
ConnectInitializeArgs
) =>
{
open
:
OpenFn
;
openPreview
:
OpenPreviewFn
; };