UNPKG

@open-condo/bridge

Version:

A library that allows the client of your mini-application to communicate with the main user's client on different devices, using a common bridge API

7 lines 170 B
import type { CondoBridge } from './types/bridge'; declare global { interface Window { condoBridge: CondoBridge; } } //# sourceMappingURL=browser.d.ts.map