UNPKG

nwa-client

Version:

Native WebApp client library

11 lines 226 B
import { IApp } from './interfaces'; declare global { interface Window { App: IApp; Sentry: any; select: any; } } declare const App: IApp; export default App; //# sourceMappingURL=index.d.ts.map