UNPKG
@amo-tm/wsc
Version:
alpha (1.0.0-alpha.1)
latest (1.0.1)
1.0.1
1.0.0
1.0.0-alpha.1
1.0.0-alpha.0
The amo WSC component of the amo JS SDK
github.com/amo-tm/amo-js-sdk
amo-tm/amo-js-sdk
@amo-tm/wsc
/
dist
/
api.d.ts
4 lines
(3 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
import
{
WscParams
,
MountWscOptions
}
from
'./interfaces/public-types'
;
export
declare
const
initializeWsc
:
(
wscParams
:
WscParams
) =>
void
;
export
declare
const
mountWsc
:
(
options
:
MountWscOptions
) =>
void
;