summaryrefslogtreecommitdiffhomepage
path: root/src/core/protocol/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/protocol/index.ts')
-rw-r--r--src/core/protocol/index.ts11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/core/protocol/index.ts b/src/core/protocol/index.ts
index 25174ea..e7fd161 100644
--- a/src/core/protocol/index.ts
+++ b/src/core/protocol/index.ts
@@ -1,2 +1,9 @@
-export { applyServerMessage, initialState, invoke, subscribe, unsubscribe } from "./reducer";
-export type { ProtocolResult, ProtocolState } from "./types";
+export {
+ applyServerMessage,
+ getSurfaceSpec,
+ initialState,
+ invoke,
+ subscribe,
+ unsubscribe,
+} from "./reducer";
+export type { ProtocolResult, ProtocolState, Subscription } from "./types";