UNPKG
@givetech/device-fingerprint
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
"context Provider to store device fingerprint"
@givetech/device-fingerprint
/
build
/
components
/
DeviceFingerPrint.d.ts
7 lines
(6 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
"react"
;
export
declare
const
useFingerPrint
:
() =>
any
;
declare
const
FingerPrintProvider
:
(
{ children }: { children:
any
; }
) =>
React
.
FunctionComponentElement
<
React
.
ProviderProps
<
any
>>;
export
default
FingerPrintProvider
;