@difizen/mana-core
Version:
8 lines • 315 B
TypeScript
import { Event } from '@difizen/mana-common';
import type { WindowService } from './application-protocol';
export declare class MockWindowService implements WindowService {
openNewWindow(): undefined;
canUnload(): boolean;
get onUnload(): Event<void>;
}
//# sourceMappingURL=mock-window-service.d.ts.map