UNPKG
@make-software/csprclick-core-client
Version:
latest (1.10.0)
1.10.0
1.9.4
1.9.0
1.8.0
1.7.2
1.7.0
1.5.4
1.5.0
1.4.5
1.3.0
1.2.0
1.1.4
1.1.1
1.1.0
1.0.1
1.0.0
CSPR.click core client package for web applications
@make-software/csprclick-core-client
/
index.d.ts
10 lines
(9 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
'./sdk'
;
export
*
from
'./types'
;
import
CSPRClickSDK
from
'./sdk'
;
declare
global
{
interface
Window
{
csprclick
:
CSPRClickSDK
;
csprClickSDKAsyncInit
:
any
; } }