UNPKG

@amo-tm/wsc

Version:

The amo WSC component of the amo JS SDK

4 lines (3 loc) 210 B
import { WscParams, MountWscOptions } from './interfaces/public-types'; export declare const initializeWsc: (wscParams: WscParams) => void; export declare const mountWsc: (options: MountWscOptions) => void;