MCPcopy
hub / github.com/felixrieseberg/windows95 / Win95Window

Interface Win95Window

src/renderer/app.tsx:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import "../css/root.css";
3
4export interface Win95Window extends Window {
5 emulator: any;
6 win95: {
7 app: App;
8 };
9}
10
11declare let window: Win95Window;
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected