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
/
provider-event-handler.d.ts
3 lines
(2 loc)
•
122 B
TypeScript
View Raw
1
2
3
import
CSPRClickSDK
from
'./sdk'
;
export
default
function
providerEventHandler
(
this
: CSPRClickSDK, custEvt: Event
):
void
;