UNPKG

nwa-client

Version:

Native WebApp client library

11 lines 243 B
import { IApp } from './interfaces'; declare global { interface Window { App: IApp | undefined; NwaHandler: any; select: unknown; } } declare let App: any; export default App; //# sourceMappingURL=index.d.ts.map