Skip to content

Commit 24eb9f6

Browse files
committed
.
1 parent 2e9508b commit 24eb9f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/built-in/ApplicationInterface.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { WXApp } from "./WXApp";
22

3-
declare var webui: ApplicationInterface; // accesspoint for webui-x
4-
53
export interface ApplicationInterface {
4+
exit(): void;
5+
setRefreshing(state: boolean): void
66
getCurrentRootManager(): WXApp;
77
getCurrentApplication(): WXApp;
88
getApplication(packageName: string): WXApp;

src/wxu/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ export * from "./PackageManager";
44
export * from "./Process";
55
export * from "./Pty";
66
export * from "./Reflect";
7+
export * from "./Global";

0 commit comments

Comments
 (0)