UNPKG

@signalwire/js

Version:
7 lines 284 B
import { SWCloseEvent as CoreCloseEvent } from '@signalwire/core'; declare const SwCloseEvent: { new (type: string, eventInitDict?: CloseEventInit): CloseEvent; prototype: CloseEvent; } | typeof CoreCloseEvent; export { SwCloseEvent }; //# sourceMappingURL=CloseEvent.d.ts.map